From e3211fbd6a59c3dc6a97066c97ab86bfc67d382f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 May 2004 10:24:12 +0500 Subject: [PATCH] ctype-win1250ch.c, ctype-czech.c: Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs sql/share/charsets/Index.xml: Czech collation were renamed to _cs strings/ctype-czech.c: Czech collations were renamed to _cs strings/ctype-win1250ch.c: Czech collations were renamed to _cs --- sql/share/charsets/Index.xml | 4 ++-- strings/ctype-czech.c | 2 +- strings/ctype-win1250ch.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/share/charsets/Index.xml b/sql/share/charsets/Index.xml index bb4b6bd24af..44eb6f386d4 100644 --- a/sql/share/charsets/Index.xml +++ b/sql/share/charsets/Index.xml @@ -36,7 +36,7 @@ To make maintaining easier please: iso_8859-2 iso_8859-2:1987 l2 - + Hungarian Polish @@ -349,7 +349,7 @@ To make maintaining easier please: Slovenian Sorbian - + compiled diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c index 5094a7c45da..f4350f87153 100644 --- a/strings/ctype-czech.c +++ b/strings/ctype-czech.c @@ -587,7 +587,7 @@ CHARSET_INFO my_charset_latin2_czech_ci = 2,0,0, /* number */ MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */ "latin2", /* cs name */ - "latin2_czech_ci", /* name */ + "latin2_czech_cs", /* name */ "", /* comment */ ctype_czech, to_lower_czech, diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c index 8fd4e612713..ed6bb877dc8 100644 --- a/strings/ctype-win1250ch.c +++ b/strings/ctype-win1250ch.c @@ -621,7 +621,7 @@ CHARSET_INFO my_charset_cp1250_czech_ci = 34,0,0, /* number */ MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */ "cp1250", /* cs name */ - "cp1250_czech_ci", /* name */ + "cp1250_czech_cs", /* name */ "", /* comment */ ctype_win1250ch, to_lower_win1250ch,