diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-07 05:57:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-07 05:57:27 +0000 |
commit | 8f61a78efeb714b82549df45f735f5e7ee9c1826 (patch) | |
tree | 24065a01fff26bf68a25899b20f0650582b5620e /iconvdata/sami-ws2.c | |
parent | 52aac1978e7d5113671535a4a1a238de18e9a43e (diff) | |
download | glibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.tar.gz glibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.tar.xz glibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.zip |
Update.
* iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo. * iconvdata/iso_2033.c (CHARSET_NAME): Fix typo. * iconvdata/ecma-cyrillic.c (CHARSET_NAME): Fix typo. * iconvdata/gconv-modules: Correct ISO646-PT2 alias. Add SHIFT_JIS alias. Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'iconvdata/sami-ws2.c')
-rw-r--r-- | iconvdata/sami-ws2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/sami-ws2.c b/iconvdata/sami-ws2.c index 20eb5f9175..a1d375cab6 100644 --- a/iconvdata/sami-ws2.c +++ b/iconvdata/sami-ws2.c @@ -23,7 +23,7 @@ /* Get the conversion table. */ #define TABLES <sami-ws2.h> -#define CHARSET_NAME "SAMI-WS2//" +#define CHARSET_NAME "WIN-SAMI-2//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ #include <8bit-gap.c> |