Hi ,

If its possible to use Collator of ICU collation service which is base on
both simultaneously :
  1. Locale base like "ko_KR"   ( coll = ucol_open("ko_KR", &status) )
  2. Customized Rules ie "tailoring" ( coll = ucol_openRules(rlz, rlen,
UCOL_OFF,UCOL_TERTIARY,NULL,&status) )

  Collator_Final = Collator_Locale  + Collator_customize_rule

If yes, then please suggest how we can use collator base on both at same
time ?

Thanks in Advance.

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

Reply via email to