Is there a standard way to sort by a non-english alphabet? For example, the romanian alphabet is “a ă â b c…” [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: How do I sort unicode strings alphabetically in Python? As a citizen of the Rest-of-the-World, I'm really annoyed by the fact that computers aren't adapted by default to deal with international issues. Many sites still don't use Unicode and PHP is still in the Dark Ages. When I want to sort a list of words or names in romanian I always have to write my own functions, which are hardly efficient. There must be