https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235100
Bug ID: 235100
Summary: Setting LANG=zh_TW.Big5 expends `/` to "-\---/"
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
$ env | grep LC_
$ env | grep LANG
$ env LANG=zh_TW.Big5 ps axuwww
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
-\---/usr-\---/libexec-\---/getty Pc ttyv0
(...)
$ env LANG=zh_TW.Big5 LC_CTYPE=C ps axuwww
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
/usr/libexec/getty Pc ttyv0
$ env LANG=zh_TW.UTF-8 ps axuwww
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
/usr/libexec/getty Pc ttyv0
(...)
$ env LANG=C ps axuwww | grep getty
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
/usr/libexec/getty Pc ttyv0
(...)
$ env LANG=en_US.UTF-8 ps axuwww | grep getty
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
/usr/libexec/getty Pc ttyv0
(...)
$ env LANG=en_US.ISO8859-1 ps axuwww | grep getty
root 1251 0.0 0.0 10988 2576 v0 Is+ 14:36 0:00.00
/usr/libexec/getty Pc ttyv0
(...)
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"