6 Dec
2005
6 Dec
'05
7:37 a.m.
If I want to sort a list of strings in alphabetical order, obviously that is dependent on the alphabet being used. How do I find out the order of the alphabet being used? Or, better yet, is their a function to rank two strings based on that alphabet?
I don't see anything to do this. The standard functions just seem to use ASCII numbering, which of course doesn't really work for any language besides English. What happens when you sort by name in Nautilus? Is this a known problem I just don't realize?
--Ted