diff options
Diffstat (limited to 'iconvdata/iso8859-1.c')
-rw-r--r-- | iconvdata/iso8859-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso8859-1.c b/iconvdata/iso8859-1.c index c7b35b37dc..db6cbdf0f9 100644 --- a/iconvdata/iso8859-1.c +++ b/iconvdata/iso8859-1.c @@ -21,7 +21,7 @@ #include <stdint.h> /* Definitions used in the body of the `gconv' function. */ -#define CHARSET_NAME "ISO-8859-1" +#define CHARSET_NAME "ISO-8859-1//" #define FROM_LOOP from_iso8859_1 #define TO_LOOP to_iso8859_1 #define DEFINE_INIT 1 |