1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
koi8_ru -> koi8_r
  koi8_ukr -> koi8_u
  usa7 -> ascii


strings/ctype.c:
  koi8_ru -> koi8_r
  koi8_ukr -> koi8_u
  usa7 -> ascii
This commit is contained in:
unknown
2003-01-05 17:35:45 +04:00
parent 9cb8b57c25
commit f28bd4e4b9

View File

@ -3399,8 +3399,8 @@ static CHARSET_INFO compiled_charsets[] = {
{
7, /* number */
MY_CS_COMPILED, /* state */
"koi8_ru", /* cs name */
"koi8_ru", /* name */
"koi8_r", /* cs name */
"koi8_r", /* name */
"", /* comment */
ctype_koi8_ru,
to_lower_koi8_ru,
@ -3444,8 +3444,8 @@ static CHARSET_INFO compiled_charsets[] = {
{
22, /* number */
MY_CS_COMPILED, /* state */
"koi8_ukr", /* cs name */
"koi8_ukr", /* name */
"koi8_u", /* cs name */
"koi8_u", /* name */
"", /* comment */
ctype_koi8_ukr,
to_lower_koi8_ukr,
@ -3628,7 +3628,7 @@ static CHARSET_INFO compiled_charsets[] = {
11, /* number */
MY_CS_COMPILED, /* state */
"ascii", /* cs name */
"usa7", /* name */
"ascii", /* name */
"", /* comment */
ctype_usa7,
to_lower_usa7,