From: Ulrich Drepper Date: Tue, 7 Dec 1999 05:58:35 +0000 (+0000) Subject: (CHARSET_NAME): Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590cd54156f273bfef42643255c5d79bba4a1587;p=thirdparty%2Fglibc.git (CHARSET_NAME): Fix typo. --- diff --git a/iconvdata/ecma-cyrillic.c b/iconvdata/ecma-cyrillic.c index 656a095b257..c8cf0ba19c3 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/iso_2033.c b/iconvdata/iso_2033.c index 6c51773db7e..10c3693a66d 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 20eb5f91758..a1d375cab6a 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>