Sorting code points is locale-dependant. Sorting in French is different from 
sorting in Spanish or German. The Unicode group has detailed the collation 
algorithm that uses the Unicode property files. If you want a general solution, 
ICU (or its variants) is the fastest path.

Reply via email to