diff options
author | unknown <shuichi@mysql.com> | 2005-07-18 13:38:56 -0700 |
---|---|---|
committer | unknown <shuichi@mysql.com> | 2005-07-18 13:38:56 -0700 |
commit | 1ffb2d6d966ac019c3b8f3a11334c553bdcbd687 (patch) | |
tree | ea514d5ccc155fe5fba114f650e9688ca2caf690 /strings | |
parent | 21697831770104ad4ecea346947c5cddd36d080c (diff) | |
download | mariadb-git-1ffb2d6d966ac019c3b8f3a11334c553bdcbd687.tar.gz |
Fixed the ucs2 -> eucjpms conversion bug (bug#11717)
mysql-test/r/ctype_eucjpms.result:
Added test for the bug#11717
mysql-test/t/ctype_eucjpms.test:
Added test for the bug#11717
strings/ctype-eucjpms.c:
Fixed the ucs2 -> eucjpms conversion bug
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-eucjpms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-eucjpms.c b/strings/ctype-eucjpms.c index 58caac15256..2ab103d65ac 100644 --- a/strings/ctype-eucjpms.c +++ b/strings/ctype-eucjpms.c @@ -1584,7 +1584,7 @@ static uint16 tab_uni_jisx02082[]={ /* page 3 0x00F7-0x00F7 */ static uint16 tab_uni_jisx02083[]={ -0x07}; +0x2160}; /* page 4 0x0391-0x03C9 */ static uint16 tab_uni_jisx02084[]={ |