Unicode collation algorithm: contraction support.

E.g. 'Ch' is treated as a separate letter in Czech,
not as a combination of C+h.
This commit is contained in:
unknown 2004-06-12 20:36:58 +05:00
commit f573ee0887
17 changed files with 315 additions and 25 deletions

View file

@ -5739,9 +5739,10 @@ CHARSET_INFO my_charset_gb2312_chinese_ci=
to_lower_gb2312,
to_upper_gb2312,
sort_order_gb2312,
NULL, /* contractions */
NULL, /* sort_order_big*/
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
NULL, /* sort_order_big*/
NULL, /* state_map */
NULL, /* ident_map */
1, /* strxfrm_multiply */
@ -5765,9 +5766,10 @@ CHARSET_INFO my_charset_gb2312_bin=
to_lower_gb2312,
to_upper_gb2312,
sort_order_gb2312,
NULL, /* contractions */
NULL, /* sort_order_big*/
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
NULL, /* sort_order_big*/
NULL, /* state_map */
NULL, /* ident_map */
1, /* strxfrm_multiply */