Date: Mon, 21 Jan 2019 16:37:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 235100] Setting LANG=zh_TW.Big5 expends `/` to "-\---/" Message-ID: <bug-235100-227-aVWOCkdUIq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235100-227@https.bugs.freebsd.org/bugzilla/> References: <bug-235100-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235100 --- Comment #2 from Conrad Meyer <cem@freebsd.org> --- (ISO, UTF-8, and ASCII all share the same single-byte encoding of '/'; ps u= ses setlocale(); libxo assumes all input is UTF-8. When a non-utf8 encoding is used, ps just passes through those strings to libxo, which probably attempt= s to encode them again as Big5 or something like that.) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235100-227-aVWOCkdUIq>