unknown
c7dfc326d4
Bug#28600 Yen sign and overline ujis conversion change
...
Problem: Unicode->UJIS followed incorrect conversion
rules for U+00A5 YEN SIGN and U+203E OVERLINE,
so these characters were converted to ujis 0x8E5C
and 0x8E7E accordingly.
This behaviour would be correct for a JIS-X-0201 based character set,
but this is wrong for UJIS, which is documented as x-eucjp-unicode-0.9,
and which is based on ASCII for the range U+0000..U+007F.
Fix:
removing JIS-X-0201 conversion rules, making UJIS ASCII compatible.
YEN SIGN and OVERLINE do not have corresponding UJIS characters anymore
and converted to 0x3F QUESTION MARK, throwing a warning in appropriative cases.
This patch also includes a test covering full UJIS->Unicode->UJIS mapping.
sql/field.cc:
Nicer error message format:
always use HEX notation when printing warnings about UCS2 values -
this is more readable.
strings/ctype-ujis.c:
Removing incorrect Unicode->UJIS mapping.
MySQL "UJIS" is x-eucjp-unicode-0.9.
mysql-test/r/ctype_ujis_ucs2.result:
New BitKeeper file ``mysql-test/r/ctype_ujis_ucs2.result''
mysql-test/t/ctype_ujis_ucs2.test:
New BitKeeper file ``mysql-test/t/ctype_ujis_ucs2.test''
2007-05-30 12:30:15 +05:00
..
2007-03-14 18:18:30 +02:00
2007-03-29 12:00:32 +02:00
2007-03-31 20:27:43 +05:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-07 07:21:24 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-04-10 18:01:29 +03:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-07 07:21:24 +01:00
2007-03-30 04:44:49 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-04-09 17:53:10 +05:00
2007-04-03 14:24:35 +05:00
2007-04-03 11:36:33 +02:00
2007-04-07 14:59:53 +05:00
2007-03-30 10:27:08 +02:00
2007-03-30 04:44:49 +02:00
2007-03-27 12:20:20 +05:00
2007-03-30 12:11:21 +05:00
2007-05-30 12:30:15 +05:00
2007-04-13 10:08:52 +05:00
2007-04-10 16:28:47 +03:00
2007-03-20 17:58:30 +01:00
2007-04-11 15:12:49 -07:00
2007-03-09 17:54:13 +02:00
2007-04-04 13:38:19 +03:00
2007-04-05 20:47:22 +04:00
2007-03-29 09:54:59 -04:00
2007-03-22 00:11:58 +03:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 20:47:22 +04:00
2007-04-05 15:24:34 +04:00
2007-04-07 23:16:03 +05:00
2007-04-07 23:16:03 +05:00
2007-04-05 20:47:22 +04:00
2007-03-11 00:26:45 +03:00
2007-04-04 21:35:58 +00:00
2007-03-23 12:35:30 +01:00
2007-03-30 04:44:49 +02:00
2007-04-02 17:26:39 +05:00
2007-03-11 00:26:45 +03:00
2007-03-31 02:42:40 +04:00
2007-03-29 13:37:07 +05:00
2007-03-22 11:50:24 +04:00
2007-03-11 00:26:45 +03:00
2007-03-23 22:08:31 +02:00
2007-03-28 09:35:03 +02:00
2007-03-11 00:26:45 +03:00
2007-03-23 22:08:31 +02:00
2007-03-15 17:35:31 +04:00
2007-04-02 11:15:09 +02:00
2007-04-13 14:04:57 +03:00
2007-03-26 19:15:30 +03:00
2007-03-11 00:26:45 +03:00
2007-03-28 08:51:12 +02:00
2007-03-22 01:04:39 +01:00
2007-03-23 20:39:37 +01:00
2007-04-06 14:15:29 +04:00
2007-03-29 12:00:32 +02:00
2007-03-22 15:59:35 -06:00
2007-03-22 23:59:20 +04:00
2007-03-31 02:57:26 +04:00
2007-03-14 12:15:14 +01:00
2007-04-09 11:46:58 +05:00
2007-03-09 13:12:31 +03:00
2007-04-04 21:40:47 +02:00
2007-03-20 17:58:30 +01:00
2007-03-28 17:06:09 +02:00
2007-03-19 11:19:51 +02:00
2007-04-03 16:13:27 +05:00
2007-04-05 22:34:33 +03:00
2007-03-31 17:18:26 +02:00
2007-04-02 11:15:09 +02:00
2007-03-26 02:24:49 -07:00
2007-04-04 15:22:37 +08:00
2007-04-19 06:24:36 +02:00
2007-04-18 16:02:20 +02:00
2007-04-18 16:02:20 +02:00
2007-04-18 21:39:45 +02:00
2007-04-18 16:02:20 +02:00
2007-03-22 07:40:04 +01:00
2007-04-12 07:40:15 +02:00
2007-03-29 12:45:23 +02:00
2007-04-04 14:19:33 +05:00
2007-03-23 21:49:49 +01:00
2007-03-08 08:22:27 +07:00
2007-03-08 15:37:53 +07:00
2007-04-13 01:52:45 +02:00
2007-03-29 14:18:22 +02:00
2007-04-04 16:58:25 +02:00
2007-03-11 00:26:45 +03:00
2007-04-06 14:15:29 +04:00
2007-04-06 12:45:07 +05:00
2007-04-04 14:01:47 +05:00
2007-03-29 18:42:27 +05:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-03-23 22:08:31 +02:00
2007-04-03 14:34:37 +04:00
2007-03-09 18:09:57 +01:00
2007-03-20 00:42:11 +03:00
2007-03-31 03:12:33 +04:00
2007-04-11 15:12:49 -07:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-20 14:03:15 +02:00
2007-04-12 14:00:45 +02:00
2007-03-06 18:15:31 +01:00
2007-04-02 11:15:09 +02:00
2007-03-29 15:09:57 +02:00
2007-03-30 12:16:48 -04:00
2007-03-29 21:59:06 +02:00
2007-03-29 21:59:06 +02:00
2007-04-02 11:15:09 +02:00
2007-04-03 11:36:33 +02:00
2007-04-02 13:57:32 +02:00
2007-04-02 11:15:09 +02:00
2007-03-30 04:44:49 +02:00
2007-05-08 10:17:00 -04:00
2007-04-16 17:08:29 +03:00
2007-03-09 12:18:28 -05:00
2007-04-11 07:59:26 +02:00
2007-03-30 10:27:08 +02:00
2007-04-17 08:36:14 +02:00
2007-04-12 16:13:49 +02:00
2007-04-18 23:08:56 +02:00
2007-03-06 18:15:31 +01:00
2007-03-22 13:17:08 +01:00
2007-04-02 11:15:09 +02:00
2007-03-29 21:59:06 +02:00
2007-04-13 12:03:01 +02:00
2007-03-30 10:27:08 +02:00
2007-04-03 07:20:55 +02:00
2007-04-02 11:15:09 +02:00
2007-04-03 16:13:23 +02:00
2007-04-02 11:15:09 +02:00
2007-03-29 15:09:57 +02:00
2007-03-29 15:29:26 +02:00
2007-04-02 11:15:09 +02:00
2007-03-20 08:52:01 +01:00
2007-03-20 08:52:01 +01:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-05-22 10:50:32 -04:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-29 15:29:26 +02:00
2007-03-30 04:44:49 +02:00
2007-03-29 16:11:02 +02:00
2007-04-05 09:10:22 +02:00
2007-03-30 04:44:49 +02:00
2007-03-30 04:44:49 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-30 04:44:49 +02:00
2007-04-02 11:15:09 +02:00
2007-04-02 11:15:09 +02:00
2007-03-30 04:44:49 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 10:27:08 +02:00
2007-03-30 04:44:49 +02:00
2007-03-30 14:05:34 +02:00
2007-04-11 15:12:49 -07:00
2007-03-06 16:44:14 +03:00
2007-03-20 00:42:11 +03:00
2007-04-16 19:20:46 +02:00
2007-04-16 16:55:37 +02:00
2007-04-02 11:15:09 +02:00
2007-03-14 17:38:06 -06:00
2007-03-29 17:27:42 +03:00
2007-04-12 12:50:02 +03:00
2007-04-17 15:45:35 +02:00
2007-04-15 12:05:13 +04:00
2007-04-15 12:16:32 +04:00
2007-03-29 09:54:59 -04:00
2007-03-22 23:59:20 +04:00
2007-03-09 13:12:31 +03:00
2007-03-20 01:29:09 +03:00
2007-04-12 23:21:37 +05:00
2007-04-10 16:28:47 +03:00
2007-04-10 16:28:47 +03:00
2007-03-23 01:04:31 +04:00
2007-03-15 13:08:24 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-03-29 10:42:03 -04:00
2007-03-23 01:04:31 +04:00
2007-03-08 19:08:28 +04:00
2007-03-30 04:44:49 +02:00
2007-03-11 00:26:45 +03:00
2007-04-09 18:06:27 +05:00
2007-03-29 17:27:42 +03:00
2007-04-13 23:32:23 +02:00
2007-04-08 00:05:34 +05:00
2007-05-23 12:34:47 +05:00