Hi Simon ,

Yes , i try .....but got mix result  of sorted strings.

I have one sorted stings sequence base on  Hangul Jamo like :
 1. 서산
 2. 서울
 3. 수원
 4. 순천

But this same sequence , i not got  when i use :
SELECT icu_load_collation('ko_KR', 'KOREAN');

So that why i can't say if ICU support sorting base on Hangul Jamo or not
...


Thanks & Regards
     Ashish


On Wed, Mar 23, 2011 at 6:19 PM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> On 23 Mar 2011, at 10:07am, ashish yadav wrote:
>
> > I think , Korean sorting base on Jamo(Hangul Jamo) is not supported by
> ICU.
> > May be i am wrong .
> > I have gone through ICU user guide & its locale but not find any Hangul
> > Jamo support by ICU Collation service.
>
> Let's get this straight.  Have you actually tried the Korean equivalent of
>
> SELECT icu_load_collation('pl_PL', 'POLISH');
>
> to see if it does what you want ?  I would guess that it is
>
> SELECT icu_load_collation('ko_KR', 'KOREAN');
>
> but I am not certain.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to