Commit f28bd4e4 authored by unknown's avatar unknown

ctype.c:

  koi8_ru -> koi8_r
  koi8_ukr -> koi8_u
  usa7 -> ascii


strings/ctype.c:
  koi8_ru -> koi8_r
  koi8_ukr -> koi8_u
  usa7 -> ascii
parent 9cb8b57c
...@@ -3399,8 +3399,8 @@ static CHARSET_INFO compiled_charsets[] = { ...@@ -3399,8 +3399,8 @@ static CHARSET_INFO compiled_charsets[] = {
{ {
7, /* number */ 7, /* number */
MY_CS_COMPILED, /* state */ MY_CS_COMPILED, /* state */
"koi8_ru", /* cs name */ "koi8_r", /* cs name */
"koi8_ru", /* name */ "koi8_r", /* name */
"", /* comment */ "", /* comment */
ctype_koi8_ru, ctype_koi8_ru,
to_lower_koi8_ru, to_lower_koi8_ru,
...@@ -3444,8 +3444,8 @@ static CHARSET_INFO compiled_charsets[] = { ...@@ -3444,8 +3444,8 @@ static CHARSET_INFO compiled_charsets[] = {
{ {
22, /* number */ 22, /* number */
MY_CS_COMPILED, /* state */ MY_CS_COMPILED, /* state */
"koi8_ukr", /* cs name */ "koi8_u", /* cs name */
"koi8_ukr", /* name */ "koi8_u", /* name */
"", /* comment */ "", /* comment */
ctype_koi8_ukr, ctype_koi8_ukr,
to_lower_koi8_ukr, to_lower_koi8_ukr,
...@@ -3628,7 +3628,7 @@ static CHARSET_INFO compiled_charsets[] = { ...@@ -3628,7 +3628,7 @@ static CHARSET_INFO compiled_charsets[] = {
11, /* number */ 11, /* number */
MY_CS_COMPILED, /* state */ MY_CS_COMPILED, /* state */
"ascii", /* cs name */ "ascii", /* cs name */
"usa7", /* name */ "ascii", /* name */
"", /* comment */ "", /* comment */
ctype_usa7, ctype_usa7,
to_lower_usa7, to_lower_usa7,
......
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