locale and string sorting
Hello, I am working on a PRPC 6.2 application with german/french/italian users, and I am trying to sort a drop down alphabetically.
The Obj-Sort does not fulfill the requirements, as the "national characters" end up at the bottom of the list (eg: 'ä' ends up after 'z', as the value is higher).
I found references to a Collator class/interface, to be used for sorting based on the locale settings.
Is there any similar sorting functionality in PRPC or do I need to implement it on my own?
Thanks a lot
Paolo