diff options
Diffstat (limited to 'iconvdata/iso6937.c')
-rw-r--r-- | iconvdata/iso6937.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso6937.c b/iconvdata/iso6937.c index b121ffa77a..c927bd5fbb 100644 --- a/iconvdata/iso6937.c +++ b/iconvdata/iso6937.c @@ -372,7 +372,7 @@ static const char from_ucs4[][2] = /* Definitions used in the body of the `gconv' function. */ -#define CHARSET_NAME "ISO_6937" +#define CHARSET_NAME "ISO_6937//" #define FROM_LOOP from_iso6937 #define TO_LOOP to_iso6937 #define DEFINE_INIT 1 |