> > Sorting can be done not only by locale and alphabetically, but also in > phone book and more sort orders. > > But I don't know any sort order that sorts german umlauts at the end of > the whole list (as UTF8CompareText does). > Such a sort order is not usable for me.
You are looking for Collation support, Comparing/Sorting requires additional infos to load the proper collation for your language (which is not provided in the string encoded as UTF8)
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
