ctype-win1250ch.c, ctype-czech.c:

  Czech collations were renamed to _cs
Index.xml:
  Czech collation were renamed to _cs
parent 523c2935
...@@ -36,7 +36,7 @@ To make maintaining easier please: ...@@ -36,7 +36,7 @@ To make maintaining easier please:
<alias>iso_8859-2</alias> <alias>iso_8859-2</alias>
<alias>iso_8859-2:1987</alias> <alias>iso_8859-2:1987</alias>
<alias>l2</alias> <alias>l2</alias>
<collation name="latin2_czech_ci" id="2" order="Czech" flag="compiled"/> <collation name="latin2_czech_cs" id="2" order="Czech" flag="compiled"/>
<collation name="latin2_general_ci" id="9" flag="primary"> <collation name="latin2_general_ci" id="9" flag="primary">
<order>Hungarian</order> <order>Hungarian</order>
<order>Polish</order> <order>Polish</order>
...@@ -349,7 +349,7 @@ To make maintaining easier please: ...@@ -349,7 +349,7 @@ To make maintaining easier please:
<order>Slovenian</order> <order>Slovenian</order>
<order>Sorbian</order> <order>Sorbian</order>
</collation> </collation>
<collation name="cp1250_czech_ci" id="34" order="Czech"> <collation name="cp1250_czech_cs" id="34" order="Czech">
<flag>compiled</flag> <flag>compiled</flag>
</collation> </collation>
<collation name="cp1250_bin" id="66" order="Binary" flag="binary"/> <collation name="cp1250_bin" id="66" order="Binary" flag="binary"/>
......
...@@ -587,7 +587,7 @@ CHARSET_INFO my_charset_latin2_czech_ci = ...@@ -587,7 +587,7 @@ CHARSET_INFO my_charset_latin2_czech_ci =
2,0,0, /* number */ 2,0,0, /* number */
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */ MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
"latin2", /* cs name */ "latin2", /* cs name */
"latin2_czech_ci", /* name */ "latin2_czech_cs", /* name */
"", /* comment */ "", /* comment */
ctype_czech, ctype_czech,
to_lower_czech, to_lower_czech,
......
...@@ -621,7 +621,7 @@ CHARSET_INFO my_charset_cp1250_czech_ci = ...@@ -621,7 +621,7 @@ CHARSET_INFO my_charset_cp1250_czech_ci =
34,0,0, /* number */ 34,0,0, /* number */
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */ MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
"cp1250", /* cs name */ "cp1250", /* cs name */
"cp1250_czech_ci", /* name */ "cp1250_czech_cs", /* name */
"", /* comment */ "", /* comment */
ctype_win1250ch, ctype_win1250ch,
to_lower_win1250ch, to_lower_win1250ch,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment