
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] FreeBSD-11, Firefox, and fcitx-mozc
On 2016-10-11 21:19 -0400 (Tue), Scott Robbins wrote:
> export LC_CTYPE=en_US.UTF-8
I have no advice on your particular problem, but I am interested as to
why you chose LC_CTYPE to set as opposed to, say, LANG. LC_CTYPE deals
only with character classfication; typically I think you'd want to set
LANG and let LC_* inherit from that (and, if you're a very numerical
guy like me, set LC_CTYPE=C to get ASCII/UNICODE sorting order on
everything).
Note that LC_ALL is something you generally don't want to set, as took
me ages to figure out when I did that and my LC_CTYPE stopped working.
More info here: https://wiki.debian.org/Locale
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
To iterate is human, to recurse divine.
- L Peter Deutsch
Home |
Main Index |
Thread Index