diff options
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-ujis.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c index d1e11071886..55454cbe7ed 100644 --- a/strings/ctype-ujis.c +++ b/strings/ctype-ujis.c @@ -264,18 +264,6 @@ my_wc_mb_jisx0201(CHARSET_INFO *cs __attribute__((unused)), return 1; } - if (wc == 0x00A5) - { - *s = 0x5C; - return 1; - } - - if (wc == 0x203E) - { - *s = 0x7E; - return 1; - } - return MY_CS_ILUNI; } |