On 2012-02-24 23:11, Mathieu Bouchard wrote:
Just setting the 2-letter language code is usually wrong, because most people want to also have the country code and encoding as well. For example :
export LANG=fr_CA.utf8
selects French, Canada and Unicode UTF-8 all at once.
... unless you've done something like
export LC_CTYPE=en_US.ISO-8859-1 or export LC_ALL=C
when no one was looking ;-)
marmosets, Bryan