With MyMySQL version 5.0.44 you can also get collation for any language that
has an UCA/ICU type collation table. see e.g.
<http://www.gaugeus.com/ramblings/2007/7/20/sorting-dzongkha-and-tibetan-unicode\
-in-mysql-through-a-custom-collation>
Andrew Cunningham wrote:
> On 04/09/07, Ngwe Tun <ngwestar@...> wrote:
>> Dear Sarmad, Friends
>>
>> Thanks for long and useful explanation.
>> We are partly accomplished in Core Localization. But we didn't start
>> Translation part. Sorting and Collation algorithms were accomplished in ICU
>> and gnuc. It can't be used in database or other programs.
>>
>
> If you can handle collation algorithms in ICU, then you can do sorting
> with the PostgreSQL database using pg_collkey a Postgres wrapper for
> ICU collation.
>
> Have a look at http://www.flexiguided.de/publications.pgcollkey.en.html
>
>
>