Hi ,

I have looked into ICU , but ICU sort Japanese language using  JIS x
4601(Japanese Industrial Standards).

So, i am looking for other solution ...

Thanks & Regards
    Ashish

On Mon, Mar 21, 2011 at 6:15 PM, Igor Tandetnik <[email protected]> wrote:

> ashish yadav <[email protected]> wrote:
> > I am working on one application which need Sorting in Japanese language.
>
> See if SQLite ICU extension supports what you want:
>
> http://www.sqlite.org/cvstrac/fileview?f=sqlite/ext/icu/README.txt
>
> If it doesn't, then you'll have to implement a custom collation:
>
> http://www.sqlite.org/c3ref/create_collation.html
>
> --
> Igor Tandetnik
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to