From f28bd4e4b9e747e55dbdd6407b44b92dee3ef0d1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 5 Jan 2003 17:35:45 +0400 Subject: [PATCH] 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 --- strings/ctype.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/strings/ctype.c b/strings/ctype.c index 589271baa37..f1bce6671cf 100644 --- a/strings/ctype.c +++ b/strings/ctype.c @@ -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,