On Tue, 13 Aug 2002, Raju Mathur wrote:

> wrong.  Any l10n experts around to throw light on this?
              ^^^^
Well, I didn't write the worm, and I'm no expert on I18n either, but 
basically yes, the C locale is the default for computer systems, which 
basically treats characters based on their index in the character set, 
so 0-9 comes first, then A-Z then a-z, with all the other special 
characters in between.

a locale like en_GB would sort case insensitive, so you get

0-9, [aA]-[zZ]

something like fr_FR would also have accented characters at the same 
level as their non-accented counterparts, so you'd have (ignoring 
ucase):

0-9 [a`aa'a^] b [cc,] d [ee'e`e^] f g h [ii`i'i^] ...

-- 
The typical page layout program is nothing more than an electronic
light table for cutting and pasting documents.



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to