Sorting with International Characters
Sorting with International Characters
atthelimits
Posts: 3Questions: 1Answers: 1
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.