Linux.com

Re:How to use Unicode without en_US

Posted by: Anonymous Coward on December 20, 2004 05:37 PM
The two locales C and POSIX were designed for 8-bit characters and there are no UTF-8 versions of them shipped with glibc by default. It might be possible to generate a Unicode version of either using localedef (this is described in the article), but I haven't tried that.

#

Return to Using Unicode in Linux