diff options
Diffstat (limited to 'iconvdata/sjis.c')
-rw-r--r-- | iconvdata/sjis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/sjis.c b/iconvdata/sjis.c index d65b905..02dbda9 100644 --- a/iconvdata/sjis.c +++ b/iconvdata/sjis.c @@ -3980,7 +3980,7 @@ static const char from_ucs4_cjk[32657][2] = /* Definitions used in the body of the `gconv' function. */ -#define CHARSET_NAME "SJIS" +#define CHARSET_NAME "SJIS//" #define FROM_LOOP from_sjis #define TO_LOOP to_sjis #define DEFINE_INIT 1 |