From 8f61a78efeb714b82549df45f735f5e7ee9c1826 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Dec 1999 05:57:27 +0000 Subject: 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 . --- iconvdata/ecma-cyrillic.c | 4 ++-- iconvdata/gconv-modules | 3 ++- iconvdata/iso_2033.c | 4 ++-- iconvdata/sami-ws2.c | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'iconvdata') diff --git a/iconvdata/ecma-cyrillic.c b/iconvdata/ecma-cyrillic.c index 656a095b25..c8cf0ba19c 100644 --- a/iconvdata/ecma-cyrillic.c +++ b/iconvdata/ecma-cyrillic.c @@ -1,5 +1,5 @@ /* Conversion from and to ECMA-CYRILLIC. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -23,7 +23,7 @@ /* Get the conversion table. */ #define TABLES -#define CHARSET_NAME "ECMS-CYRILLIC//" +#define CHARSET_NAME "ECMA-CYRILLIC//" #define HAS_HOLES 0 /* All 256 character are defined. */ #include <8bit-gap.c> diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 4149eb56d7..fd571ee37a 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -189,7 +189,7 @@ module PT// INTERNAL ISO646 2 module INTERNAL PT// ISO646 2 alias ISO-IR-84// PT2// -alias ISO646-PT2 PT2// +alias ISO646-PT2// PT2// alias CSISO84PORTUGUESE2// PT2// module PT2// INTERNAL ISO646 2 module INTERNAL PT2// ISO646 2 @@ -380,6 +380,7 @@ module INTERNAL ISO_6937-2// ISO_6937-2 1 # from to module cost alias SHIFT-JIS// SJIS// +alias SHIFT_JIS// SJIS// alias CP932// SJIS// alias MS_KANJI// SJIS// alias CSSHIFTJIS// SJIS// diff --git a/iconvdata/iso_2033.c b/iconvdata/iso_2033.c index 6c51773db7..10c3693a66 100644 --- a/iconvdata/iso_2033.c +++ b/iconvdata/iso_2033.c @@ -1,5 +1,5 @@ /* Conversion from and to ISO_2033-1983. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -23,7 +23,7 @@ /* Get the conversion table. */ #define TABLES -#define CHARSET_NAME "ISO_2033-1983//" +#define CHARSET_NAME "ISO_2033//" #define HAS_HOLES 1 /* Not all 256 character are defined. */ #include <8bit-gap.c> 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 -#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> -- cgit 1.4.1