mysql - ICU Collator Base on Locale and Customize Rule -


If it is possible to use the collater of ICU collation service which is the basis on both sides:

  1. LocalBase "Koi-KR" (coll = ucol_open ("ko_KR", and "custom") as the customized rule i.e. "tellering" (coll = ucol_openRules (rlz) Status)) , Rlen, UCOL_OFF, UCOL_TERTIARY, NULL, & status))

    Collator_Final = Collator_Locale + collator_customize_rule

    If yes, please Tell us how can we use the collator on both at the same time?

    There was an answer on the mailing list on your question

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -