diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-19 07:49:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-19 07:49:16 +0000 |
commit | 9813858f9f94a58eef876a54cc369f286332a532 (patch) | |
tree | 3711fbceefbb97a9819a65b3b22ea30bf2c3ffea /iconvdata/tst-tables.sh | |
parent | b459976e27aee31b9be3b31cb6c95f35226f1a57 (diff) | |
download | glibc-9813858f9f94a58eef876a54cc369f286332a532.tar.gz glibc-9813858f9f94a58eef876a54cc369f286332a532.tar.xz glibc-9813858f9f94a58eef876a54cc369f286332a532.zip |
Update.
2002-04-15 Bruno Haible <bruno@clisp.org> * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access. (BODY for TO_LOOP): Likewise. * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1. * iconvdata/tst-table.sh: Add support for encodings which contain precomposed Unicode characters, known to the iconv converter in both directions but not listed in the charmap. * iconvdata/IBM856.irreversible: New file. * iconvdata/IBM922.irreversible: New file. * iconvdata/IBM1132.irreversible: New file. * iconvdata/IBM1133.irreversible: New file. * iconvdata/IBM1160.irreversible: New file. * iconvdata/IBM1161.irreversible: New file. * iconvdata/IBM1163.irreversible: New file. * iconvdata/IBM1164.irreversible: New file. * iconvdata/ARMSCII-8.irreversible: New file. * iconvdata/TCVN5712-1.precomposed: New file. * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129, IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164, ARMSCII-8, TCVN5712-1. * iconvdata/Makefile (distribute): Add IBM856.irreversible, IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible, IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible, IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed. 2002-04-17 Jakub Jelinek <jakub@redhat.com> * time/tst-mktime.c: Include <stdlib.h>. Use %d, not %ld format for EVENING69. Include offsets in TZ environment variable.
Diffstat (limited to 'iconvdata/tst-tables.sh')
-rwxr-xr-x | iconvdata/tst-tables.sh | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh index ce706aa625..0983052260 100755 --- a/iconvdata/tst-tables.sh +++ b/iconvdata/tst-tables.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Bruno Haible <haible@clisp.cons.org>, 2000. # @@ -76,7 +76,6 @@ cat <<EOF | #ISO_6937-2 ISO-IR-90 Handling of combining marks is broken KOI-8 KOI8-R - KOI8-T LATIN-GREEK LATIN-GREEK-1 HP-ROMAN8 @@ -119,6 +118,7 @@ cat <<EOF | IBM851 IBM852 IBM855 + IBM856 IBM857 IBM860 IBM861 @@ -138,9 +138,20 @@ cat <<EOF | IBM904 IBM905 IBM918 + IBM922 IBM1004 IBM1026 + #IBM1046 Differs from the AIX and JDK converters IBM1047 + IBM1124 + IBM1129 + IBM1160 + IBM1161 + IBM1132 + IBM1133 + IBM1162 + IBM1163 + IBM1164 CP1250 CP1251 CP1252 @@ -180,18 +191,23 @@ cat <<EOF | NATS-SEFI WIN-SAMI-2 SAMI-WS2 ISO-IR-197 - ISO-IR-209 - MAC-SAMI TIS-620 KOI8-U + #ISIRI-3342 This charset concept is completely broken VISCII + KOI8-T GEORGIAN-PS GEORGIAN-ACADEMY - #ISIRI-3342 This charset concept is completely broken + ISO-IR-209 + MAC-SAMI + ARMSCII-8 + TCVN5712-1 # # Multibyte encodings come here # SJIS SHIFT_JIS + #IBM932 This converter looks quite strange + #IBM943 This converter looks quite strange EUC-KR CP949 JOHAB @@ -205,6 +221,11 @@ cat <<EOF | # # Stateful encodings not testable this way # + #IBM930 + #IBM933 + #IBM935 + #IBM937 + #IBM939 #ISO-2022-JP #ISO-2022-JP-2 #ISO-2022-KR |