]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CHARSET_NAME): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Dec 1999 05:58:35 +0000 (05:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Dec 1999 05:58:35 +0000 (05:58 +0000)
iconvdata/ecma-cyrillic.c
iconvdata/iso_2033.c
iconvdata/sami-ws2.c

index 656a095b257851e1ffada0e932f4a17f421b9db6..c8cf0ba19c3b446f6e06e1e8a0eda29b4584136d 100644 (file)
@@ -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 <drepper@cygnus.com>, 1998.
 
@@ -23,7 +23,7 @@
 /* Get the conversion table.  */
 #define TABLES <ecma-cyrillic.h>
 
-#define CHARSET_NAME   "ECMS-CYRILLIC//"
+#define CHARSET_NAME   "ECMA-CYRILLIC//"
 #define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-gap.c>
index 6c51773db7e7fa3f1804c31f415ea6c8185872e1..10c3693a66d478e086ec43558a8882b129a1f782 100644 (file)
@@ -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 <drepper@cygnus.com>, 1998.
 
@@ -23,7 +23,7 @@
 /* Get the conversion table.  */
 #define TABLES <iso_2033.h>
 
-#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>
index 20eb5f9175858e8793e9bd0fca750042b768ac81..a1d375cab6ae5d53b095cc73bcc1af54fcbf6d37 100644 (file)
@@ -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>