At 09:43 23/03/2011, you wrote:

>I am working on one application which require sorting for Korean Language.
>
>The Korean Characters sort by Jamo(Hangul Jamo) ie based on KSX1001
>character code.
>
>Does sqlite3 or any other package support this type of sorting ?
>If not , then any clue to carry out this type of sorting ?

I would be surprised if ICU wouldn't work for Korean.

Did you get my mail yesterday?  If ICU doesn't fit your needs, I 
believe you can build your Hangul Jamo tries similar to one of the 
tries used in the extension I mailed you and write a very simple nd 
efficient collation based on it.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to