Sorting with International Characters
Sorting with International Characters
![atthelimits](https://secure.gravatar.com/avatar/021fbbd30fe175d243f0d1cc9e87cb0c/?default=https%3A%2F%2Fvanillicon.com%2F021fbbd30fe175d243f0d1cc9e87cb0c_200.png&rating=g&size=120)
I have a list within a datatable which works well, right up to the point of sorting international characters.
ABC
BCD
XYZ
ØPQ
How can I get it to sort like:
ABC
BCD
ØPQ
XYZ
Thanks,
Marty
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Hi Marty,
Have a look at this blog post which should help.
Allan
Thanks Alan, but what if I don't know the locale?
Basically, I have a list of people who are from around the world. Is there a general sort method that will sort 99% of the foreign characters correctly without specifying a locale for the whole table? (Unless it's a general locale)
Thanks,
Marty
Wow, I should play first, then post.
Worked right out the box (almost).
For everyone else, here's what sorted it correctly.
Thanks.