From nobody Wed Jul 31 22:47:50 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WZ6gV4Z4Bz5RVqv for ; Wed, 31 Jul 2024 22:47:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WZ6gV2Vp2z4sYp for ; Wed, 31 Jul 2024 22:47:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1722466070; a=rsa-sha256; cv=none; b=AaSAzyC/y6RLIa8KTzDiVowgFX5MZ8MzXHWEw5cVVgT3EXTMcFU4wXdejidJVigt6iwlft vzIdowB6jTAKQ+GJFaLs/b4YIwjQueKwdG4yueAxApb2l+mCvR1nkwrHgaqVvfuos6LliL 6Z6HJevjcnFj07f4KNUFUpRGr3+jz1YWfw3iKy1CnwVzvxrSvQGrTvNl0VErTQQkkSp4H+ N1GKQMJB6tVp1PTxDCyG+QtmTmd8rBVCuIpwwGlqGlS4Xh0xAurzDPW5a0zz25rUSnXINH bFQg/7xE79gAJC/5UYbO3d+1AZnr8aE2bQ3W93mwhbDzIBB10ZK1hDNZDb3Lcg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1722466070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=UaWFpjEGTZVP1FDgEFFpSubu8uDrpJuHifCCu1YJ+D8=; b=tmhMHppBf3YoOuVcFGD53LVwahnQ+RbBZj33DpAdnUwInMSeM8ZmNw9zLftMQCCH5cFL2X enep1Po8+5vErQYBXd1CeT7sky2cq3B+aLlTLL2MMniGNVxUeXA1VihuXloc0mD/3685Mx gqiscD6ZFeUX9MDoV7VldzuS2ZYNQ8o0Vf15qDvtq1yVny6TgVYElu2+LEB67sw4v539S5 5f9QajB/X4f66AQ9/fCLlidsxVhJTkx5DUsVKWUG8swfT0cxlaDRn9h9VjGXeS8/KGyhqd b9i0FSSsnSoIWSQmfy75poG2hP/Kzfa7dFdfScGtqzuKejMkrGEL0/5H5+kXJQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4WZ6gV1zr8zKHG for ; Wed, 31 Jul 2024 22:47:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 46VMlohX052383 for ; Wed, 31 Jul 2024 22:47:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 46VMloeL052381 for bugs@FreeBSD.org; Wed, 31 Jul 2024 22:47:50 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280543] df -, isn't columnated if the thousands separator is multi-byte Date: Wed, 31 Jul 2024 22:47:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: nabijaczleweli@nabijaczleweli.xyz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280543 Bug ID: 280543 Summary: df -, isn't columnated if the thousands separator is multi-byte Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: nabijaczleweli@nabijaczleweli.xyz root@freebsd:~ # env LC_ALL=3Dpl_PL.UTF-8 df -b, Filesystem 512-blocks Used Avail Capacity Mounted on /dev/gpt/rootfs 10=C2=A0123=C2=A0832 9=C2=A0247=C2=A0552 66=C2=A037= 6 99% / devfs 2 2 0 100% /dev /dev/gpt/efiesp 65=C2=A0530 1=C2=A0777 63=C2=A0753 3% = /boot/efi /dev/vtbd0p4 192=C2=A0891=C2=A0696 18=C2=A0011=C2=A0656 159=C2=A0448= =C2=A0712 10% /mnt fdescfs 2 2 0 100% /dev/fd --=20 You are receiving this mail because: You are the assignee for the bug.=