1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

euc_kr, koi8_r and koi8_u have been renamed so that now

all charset names don't have "_" sign.
This commit is contained in:
unknown
2003-01-09 17:39:02 +04:00
parent 90bf0f9735
commit 49fc3a76e0
5 changed files with 23 additions and 23 deletions

View File

@ -8637,8 +8637,8 @@ CHARSET_INFO my_charset_euc_kr =
{
19, /* number */
MY_CS_COMPILED|MY_CS_PRIMARY, /* state */
"euc_kr", /* cs name */
"euc_kr", /* name */
"euckr", /* cs name */
"euckr", /* name */
"", /* comment */
ctype_euc_kr,
to_lower_euc_kr,