Linux.com

How to use Unicode without en_US

Posted by: Anonymous Coward on November 16, 2004 03:31 AM
I really like using the "C" locale instead of "en_US". Particularly the sorting order.

So I tried this:

export LC_ALL=C.UTF-8

that doesn't work.

How do I get UTF-8 with the sorting behavior I want?

#

Return to Using Unicode in Linux