From 9b26f5c47dd7efd663119d02e2d2e3d9886c422c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Apr 1998 07:07:59 +0000 Subject: Update. <<<<<<< ChangeLog 1998-04-23 22:43 Ulrich Drepper * elf/dl-load.c (fillin_rpath): Handle empty element returned by strsep as current directory. * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for Java. Add definitions for unicodelittle implementation. * iconv/gconv_int.h: Add declaration for unicodelittle functions. * iconv/gconv_simple.c: Define unicodelittle functions. * iconv/iconv_prog.c: Make program print information about position of illegal character in input. * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for comparison of charset name. * iconvdata/big5.c (CHARSET_NAME): Adapt for this. * iconvdata/ebcdic-at-de-a.c: Likewise. * iconvdata/ebcdic-at-de.c: Likewise. * iconvdata/ebcdic-ca-fr.c: Likewise. * iconvdata/euccn.c: Likewise. * iconvdata/eucjp.c: Likewise. * iconvdata/euckr.c: Likewise. * iconvdata/euctw.c: Likewise. * iconvdata/hp-roman8.c: Likewise. * iconvdata/iso6937.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/iso8859-10.c: Likewise. * iconvdata/iso8859-2.c: Likewise. * iconvdata/iso8859-3.c: Likewise. * iconvdata/iso8859-4.c: Likewise. * iconvdata/iso8859-5.c: Likewise. * iconvdata/iso8859-6.c: Likewise. * iconvdata/iso8859-7.c: Likewise. * iconvdata/iso8859-8.c: Likewise. * iconvdata/iso8859-9.c: Likewise. * iconvdata/johab.c: Likewise. * iconvdata/koi-8.c: Likewise. * iconvdata/koi8-r.c: Likewise. * iconvdata/latin-greek-1.c: Likewise. * iconvdata/latin-greek.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t61.c: Likewise. * iconvdata/uhc.c: Likewise. * iconvdata/iso646.c: Add support for more ISO 646 variants. * iconvdata/TESTS: Add tests for ISO646 module. * iconvdata/gconv-modules: Add new modules. * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module. * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise. * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise. * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise. * iconvdata/testdate/DIN_66003: Likewise. * iconvdata/testdate/DIN_66003..UTF8: Likewise. * iconvdata/testdate/DS_2089: Likewise. * iconvdata/testdate/DS_2089..UTF8: Likewise. * iconvdata/testdate/ES: Likewise. * iconvdata/testdate/ES..UTF8: Likewise. * iconvdata/testdate/ES2: Likewise. * iconvdata/testdate/ES2..UTF8: Likewise. * iconvdata/testdate/GB_1988-80: Likewise. * iconvdata/testdate/GB_1988-80..UTF8: Likewise. * iconvdata/testdate/IT: Likewise. * iconvdata/testdate/IT..UTF8: Likewise. * iconvdata/testdate/JIS_C6220-1969-RO: Likewise. * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise. * iconvdata/testdate/JIS_C6229-1984-B: Likewise. * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise. * iconvdata/testdate/JUS_I.B1.002: Likewise. * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise. * iconvdata/testdate/KSC5636: Likewise. * iconvdata/testdate/KSC5636..UTF8: Likewise. * iconvdata/testdate/MSZ_7795.3: Likewise. * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise. * iconvdata/testdate/NC_NC00-10: Likewise. * iconvdata/testdate/NC_NC00-10..UTF8: Likewise. * iconvdata/testdate/NF_Z_62-010: Likewise. * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise. * iconvdata/testdate/NF_Z_62-010_1973: Likewise. * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise. * iconvdata/testdate/NS_4551-1: Likewise. * iconvdata/testdate/NS_4551-1..UTF8: Likewise. * iconvdata/testdate/NS_4551-2: Likewise. * iconvdata/testdate/NS_4551-2..UTF8: Likewise. * iconvdata/testdate/PT: Likewise. * iconvdata/testdate/PT..UTF8: Likewise. * iconvdata/testdate/PT2: Likewise. * iconvdata/testdate/PT2..UTF8: Likewise. * iconvdata/testdate/SEN_850200_B: Likewise. * iconvdata/testdate/SEN_850200_B..UTF8: Likewise. * iconvdata/testdate/SEN_850200_C: Likewise. * iconvdata/testdate/SEN_850200_C..UTF8: Likewise. * iconvdata/cns11643.h: Use uint32_t instead of wchar_t. * iconvdata/cns11643l1.h: Likewise. * iconvdata/latin-greek-1.h: Likewise. * iconvdata/latin-greek.h: Likewise. * iconvdata/koi8-r.h: Likewise. * iconvdata/jis0212.h: Likewise. * iconvdata/gb2312.h: Likewise. * iconvdata/ksc5601.h: Likewise. * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap. * iconvdata/Makefile: Add rules for lots of more modules. * iconvdata/cp1250.c: New file. * iconvdata/cp1251.c: New file. * iconvdata/cp1252.c: New file. * iconvdata/cp1253.c: New file. * iconvdata/cp1254.c: New file. * iconvdata/cp1255.c: New file. * iconvdata/cp1256.c: New file. * iconvdata/cp1257.c: New file. * iconvdata/ebcdic-dk-no-a.c: New file. * iconvdata/ebcdic-dk-no.c: New file. * iconvdata/ebcdic-es-a.c: New file. * iconvdata/ebcdic-es-s.c: New file. * iconvdata/ebcdic-es.c: New file. * iconvdata/ebcdic-fi-se-a.c: New file. * iconvdata/ebcdic-fi-se.c: New file. * iconvdata/ebcdic-fr.c: New file. * iconvdata/ebcdic-is-friss.c: New file. * iconvdata/ebcdic-it.c: New file. * iconvdata/ebcdic-pt.c: New file. * iconvdata/ebcdic-uk.c: New file. * iconvdata/ebcdic-us.c: New file. * iconvdata/ibm037.c: New file. * iconvdata/ibm038.c: New file. * iconvdata/ibm1004.c: New file. * iconvdata/ibm1026.c: New file. * iconvdata/ibm1047.c: New file. * iconvdata/ibm256.c: New file. * iconvdata/ibm273.c: New file. * iconvdata/ibm274.c: New file. * iconvdata/ibm275.c: New file. * iconvdata/ibm277.c: New file. * iconvdata/ibm278.c: New file. * iconvdata/ibm280.c: New file. * iconvdata/ibm281.c: New file. * iconvdata/ibm284.c: New file. * iconvdata/ibm285.c: New file. * iconvdata/ibm290.c: New file. * iconvdata/ibm297.c: New file. * iconvdata/ibm420.c: New file. * iconvdata/ibm423.c: New file. * iconvdata/ibm424.c: New file. * iconvdata/ibm437.c: New file. * iconvdata/ibm500.c: New file. * iconvdata/ibm850.c: New file. * iconvdata/ibm851.c: New file. * iconvdata/ibm852.c: New file. * iconvdata/ibm855.c: New file. * iconvdata/ibm857.c: New file. * iconvdata/ibm860.c: New file. * iconvdata/ibm861.c: New file. * iconvdata/ibm862.c: New file. * iconvdata/ibm863.c: New file. * iconvdata/ibm864.c: New file. * iconvdata/ibm865.c: New file. * iconvdata/ibm868.c: New file. * iconvdata/ibm869.c: New file. * iconvdata/ibm870.c: New file. * iconvdata/ibm871.c: New file. * iconvdata/ibm875.c: New file. * iconvdata/ibm880.c: New file. * iconvdata/ibm891.c: New file. * iconvdata/ibm903.c: New file. * iconvdata/ibm904.c: New file. * iconvdata/ibm905.c: New file. * iconvdata/ibm918.c: New file. * locale/iso-4217.def: Update. * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger. * stdio-common/vfscanf.h: Recognize nan and inf in floating-point formats. 1998-04-22 Andreas Jaeger * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for LD_LIBRARY_PATH. 1998-04-22 Gordon Matzigkeit * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'. * Makefile: Likewise. * posix/Makefile: Likewise. * sysdeps/mach/hurd/Makefile: Likewise. 1998-04-22 Gordon Matzigkeit * sysdeps/mach/hurd/bits/dirent.h: New file. * sysdeps/mach/hurd/readdir64.c: New file. * sysdeps/mach/hurd/readdir64_r.c: New file. 1998-04-21 Gordon Matzigkeit * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf, dprintf): Synchronize declarations with libio/stdio.h. 1998-04-21 Gordon Matzigkeit * elf/dlerror.c (dlerror): Don't assume that __libc_internal_tsd_get is defined. __libc_getspecific is already well-protected, so just use it directly. 1998-04-22 Gordon Matzigkeit * io/ftw.h (ftw): Fix typo. 1998-04-21 Gordon Matzigkeit * sysdeps/gnu/utmp_file.c: Fix typo. 1998-04-22 11:06 Andreas Schwab * iconvdata/run-iconv-test.sh: Fix more portability bugs. When one part of a test fails move on to the next test. 1998-04-21 Andreas Schwab * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses as pointers, not signed integers. 1998-04-22 11:06 Andreas Schwab --- iconvdata/testdata/CSA_Z243.4-1985-1 | 6 ++++++ iconvdata/testdata/CSA_Z243.4-1985-1..UCS2 | Bin 0 -> 392 bytes iconvdata/testdata/CSA_Z243.4-1985-2 | 6 ++++++ iconvdata/testdata/CSA_Z243.4-1985-2..UCS4 | Bin 0 -> 784 bytes iconvdata/testdata/DIN_66003 | 6 ++++++ iconvdata/testdata/DIN_66003..UTF8 | 6 ++++++ iconvdata/testdata/DS_2089 | 6 ++++++ iconvdata/testdata/DS_2089..UTF8 | 6 ++++++ iconvdata/testdata/ES | 6 ++++++ iconvdata/testdata/ES..UTF8 | 6 ++++++ iconvdata/testdata/ES2 | 6 ++++++ iconvdata/testdata/ES2..UTF8 | 6 ++++++ iconvdata/testdata/GB_1988-80 | 6 ++++++ iconvdata/testdata/GB_1988-80..UTF8 | 6 ++++++ iconvdata/testdata/IT | 6 ++++++ iconvdata/testdata/IT..UTF8 | 6 ++++++ iconvdata/testdata/JIS_C6220-1969-RO | 6 ++++++ iconvdata/testdata/JIS_C6220-1969-RO..UTF8 | 6 ++++++ iconvdata/testdata/JIS_C6229-1984-B | 6 ++++++ iconvdata/testdata/JIS_C6229-1984-B..UTF8 | 6 ++++++ iconvdata/testdata/JUS_I.B1.002 | 6 ++++++ iconvdata/testdata/JUS_I.B1.002..UTF8 | 6 ++++++ iconvdata/testdata/KSC5636 | 6 ++++++ iconvdata/testdata/KSC5636..UTF8 | 6 ++++++ iconvdata/testdata/MSZ_7795.3 | 6 ++++++ iconvdata/testdata/MSZ_7795.3..UTF8 | 6 ++++++ iconvdata/testdata/NC_NC00-10 | 6 ++++++ iconvdata/testdata/NC_NC00-10..UTF8 | 6 ++++++ iconvdata/testdata/NF_Z_62-010 | 6 ++++++ iconvdata/testdata/NF_Z_62-010..UTF8 | 6 ++++++ iconvdata/testdata/NF_Z_62-010_1973 | 6 ++++++ iconvdata/testdata/NF_Z_62-010_1973..UTF8 | 6 ++++++ iconvdata/testdata/NS_4551-1 | 6 ++++++ iconvdata/testdata/NS_4551-1..UTF8 | 6 ++++++ iconvdata/testdata/NS_4551-2 | 6 ++++++ iconvdata/testdata/NS_4551-2..UTF8 | 6 ++++++ iconvdata/testdata/PT | 6 ++++++ iconvdata/testdata/PT..UTF8 | 6 ++++++ iconvdata/testdata/PT2 | 6 ++++++ iconvdata/testdata/PT2..UTF8 | 6 ++++++ iconvdata/testdata/SEN_850200_B | 6 ++++++ iconvdata/testdata/SEN_850200_B..UTF8 | 6 ++++++ iconvdata/testdata/SEN_850200_C | 6 ++++++ iconvdata/testdata/SEN_850200_C..UTF8 | 6 ++++++ 44 files changed, 252 insertions(+) create mode 100644 iconvdata/testdata/CSA_Z243.4-1985-1 create mode 100644 iconvdata/testdata/CSA_Z243.4-1985-1..UCS2 create mode 100644 iconvdata/testdata/CSA_Z243.4-1985-2 create mode 100644 iconvdata/testdata/CSA_Z243.4-1985-2..UCS4 create mode 100644 iconvdata/testdata/DIN_66003 create mode 100644 iconvdata/testdata/DIN_66003..UTF8 create mode 100644 iconvdata/testdata/DS_2089 create mode 100644 iconvdata/testdata/DS_2089..UTF8 create mode 100644 iconvdata/testdata/ES create mode 100644 iconvdata/testdata/ES..UTF8 create mode 100644 iconvdata/testdata/ES2 create mode 100644 iconvdata/testdata/ES2..UTF8 create mode 100644 iconvdata/testdata/GB_1988-80 create mode 100644 iconvdata/testdata/GB_1988-80..UTF8 create mode 100644 iconvdata/testdata/IT create mode 100644 iconvdata/testdata/IT..UTF8 create mode 100644 iconvdata/testdata/JIS_C6220-1969-RO create mode 100644 iconvdata/testdata/JIS_C6220-1969-RO..UTF8 create mode 100644 iconvdata/testdata/JIS_C6229-1984-B create mode 100644 iconvdata/testdata/JIS_C6229-1984-B..UTF8 create mode 100644 iconvdata/testdata/JUS_I.B1.002 create mode 100644 iconvdata/testdata/JUS_I.B1.002..UTF8 create mode 100644 iconvdata/testdata/KSC5636 create mode 100644 iconvdata/testdata/KSC5636..UTF8 create mode 100644 iconvdata/testdata/MSZ_7795.3 create mode 100644 iconvdata/testdata/MSZ_7795.3..UTF8 create mode 100644 iconvdata/testdata/NC_NC00-10 create mode 100644 iconvdata/testdata/NC_NC00-10..UTF8 create mode 100644 iconvdata/testdata/NF_Z_62-010 create mode 100644 iconvdata/testdata/NF_Z_62-010..UTF8 create mode 100644 iconvdata/testdata/NF_Z_62-010_1973 create mode 100644 iconvdata/testdata/NF_Z_62-010_1973..UTF8 create mode 100644 iconvdata/testdata/NS_4551-1 create mode 100644 iconvdata/testdata/NS_4551-1..UTF8 create mode 100644 iconvdata/testdata/NS_4551-2 create mode 100644 iconvdata/testdata/NS_4551-2..UTF8 create mode 100644 iconvdata/testdata/PT create mode 100644 iconvdata/testdata/PT..UTF8 create mode 100644 iconvdata/testdata/PT2 create mode 100644 iconvdata/testdata/PT2..UTF8 create mode 100644 iconvdata/testdata/SEN_850200_B create mode 100644 iconvdata/testdata/SEN_850200_B..UTF8 create mode 100644 iconvdata/testdata/SEN_850200_C create mode 100644 iconvdata/testdata/SEN_850200_C..UTF8 (limited to 'iconvdata/testdata') diff --git a/iconvdata/testdata/CSA_Z243.4-1985-1 b/iconvdata/testdata/CSA_Z243.4-1985-1 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/CSA_Z243.4-1985-1 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/CSA_Z243.4-1985-1..UCS2 b/iconvdata/testdata/CSA_Z243.4-1985-1..UCS2 new file mode 100644 index 0000000000..ba03d5d6bf Binary files /dev/null and b/iconvdata/testdata/CSA_Z243.4-1985-1..UCS2 differ diff --git a/iconvdata/testdata/CSA_Z243.4-1985-2 b/iconvdata/testdata/CSA_Z243.4-1985-2 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/CSA_Z243.4-1985-2 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/CSA_Z243.4-1985-2..UCS4 b/iconvdata/testdata/CSA_Z243.4-1985-2..UCS4 new file mode 100644 index 0000000000..8f395d1c92 Binary files /dev/null and b/iconvdata/testdata/CSA_Z243.4-1985-2..UCS4 differ diff --git a/iconvdata/testdata/DIN_66003 b/iconvdata/testdata/DIN_66003 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/DIN_66003 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/DIN_66003..UTF8 b/iconvdata/testdata/DIN_66003..UTF8 new file mode 100644 index 0000000000..416166f391 --- /dev/null +++ b/iconvdata/testdata/DIN_66003..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + § A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Ä Ö Ü ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ä ö ü ß diff --git a/iconvdata/testdata/DS_2089 b/iconvdata/testdata/DS_2089 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/DS_2089 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/DS_2089..UTF8 b/iconvdata/testdata/DS_2089..UTF8 new file mode 100644 index 0000000000..78859631b1 --- /dev/null +++ b/iconvdata/testdata/DS_2089..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Æ Ø Å ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z æ ø å ~ diff --git a/iconvdata/testdata/ES b/iconvdata/testdata/ES new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/ES @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/ES..UTF8 b/iconvdata/testdata/ES..UTF8 new file mode 100644 index 0000000000..dd13205d8e --- /dev/null +++ b/iconvdata/testdata/ES..UTF8 @@ -0,0 +1,6 @@ + ! " £ $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + § A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ¡ Ñ ¿ ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ° ñ ç ~ diff --git a/iconvdata/testdata/ES2 b/iconvdata/testdata/ES2 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/ES2 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/ES2..UTF8 b/iconvdata/testdata/ES2..UTF8 new file mode 100644 index 0000000000..3d325728aa --- /dev/null +++ b/iconvdata/testdata/ES2..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + • A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ¡ Ñ Ç ¿ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ´ ñ ç ¨ diff --git a/iconvdata/testdata/GB_1988-80 b/iconvdata/testdata/GB_1988-80 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/GB_1988-80 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/GB_1988-80..UTF8 b/iconvdata/testdata/GB_1988-80..UTF8 new file mode 100644 index 0000000000..be43f8ca05 --- /dev/null +++ b/iconvdata/testdata/GB_1988-80..UTF8 @@ -0,0 +1,6 @@ + ! " # ¥ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ‾ diff --git a/iconvdata/testdata/IT b/iconvdata/testdata/IT new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/IT @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/IT..UTF8 b/iconvdata/testdata/IT..UTF8 new file mode 100644 index 0000000000..586e03b7f5 --- /dev/null +++ b/iconvdata/testdata/IT..UTF8 @@ -0,0 +1,6 @@ + ! " £ $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + § A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ° ç é ^ _ + ù a b c d e f g h i j k l m n o + p q r s t u v w x y z à ò è ì diff --git a/iconvdata/testdata/JIS_C6220-1969-RO b/iconvdata/testdata/JIS_C6220-1969-RO new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/JIS_C6220-1969-RO @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/JIS_C6220-1969-RO..UTF8 b/iconvdata/testdata/JIS_C6220-1969-RO..UTF8 new file mode 100644 index 0000000000..9a81b2a1b5 --- /dev/null +++ b/iconvdata/testdata/JIS_C6220-1969-RO..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ ¥ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ‾ diff --git a/iconvdata/testdata/JIS_C6229-1984-B b/iconvdata/testdata/JIS_C6229-1984-B new file mode 100644 index 0000000000..74b957e174 --- /dev/null +++ b/iconvdata/testdata/JIS_C6229-1984-B @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } diff --git a/iconvdata/testdata/JIS_C6229-1984-B..UTF8 b/iconvdata/testdata/JIS_C6229-1984-B..UTF8 new file mode 100644 index 0000000000..7f5db117ff --- /dev/null +++ b/iconvdata/testdata/JIS_C6229-1984-B..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z 〈 ¥ 〉 ^ _ + a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } diff --git a/iconvdata/testdata/JUS_I.B1.002 b/iconvdata/testdata/JUS_I.B1.002 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/JUS_I.B1.002 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/JUS_I.B1.002..UTF8 b/iconvdata/testdata/JUS_I.B1.002..UTF8 new file mode 100644 index 0000000000..3578c8bb74 --- /dev/null +++ b/iconvdata/testdata/JUS_I.B1.002..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + Ž A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Š Đ Ć Č _ + ž a b c d e f g h i j k l m n o + p q r s t u v w x y z š đ ć č diff --git a/iconvdata/testdata/KSC5636 b/iconvdata/testdata/KSC5636 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/KSC5636 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/KSC5636..UTF8 b/iconvdata/testdata/KSC5636..UTF8 new file mode 100644 index 0000000000..6de66ccc4b --- /dev/null +++ b/iconvdata/testdata/KSC5636..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ ₩ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/MSZ_7795.3 b/iconvdata/testdata/MSZ_7795.3 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/MSZ_7795.3 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/MSZ_7795.3..UTF8 b/iconvdata/testdata/MSZ_7795.3..UTF8 new file mode 100644 index 0000000000..c62fae92e6 --- /dev/null +++ b/iconvdata/testdata/MSZ_7795.3..UTF8 @@ -0,0 +1,6 @@ + ! " # ¤ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + Á A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z É Ö Ü ^ _ + á a b c d e f g h i j k l m n o + p q r s t u v w x y z é ö ü ˝ diff --git a/iconvdata/testdata/NC_NC00-10 b/iconvdata/testdata/NC_NC00-10 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/NC_NC00-10 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/NC_NC00-10..UTF8 b/iconvdata/testdata/NC_NC00-10..UTF8 new file mode 100644 index 0000000000..a8b2230c84 --- /dev/null +++ b/iconvdata/testdata/NC_NC00-10..UTF8 @@ -0,0 +1,6 @@ + ! " # ¤ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ¡ Ñ ] ¿ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ´ ñ [ ¨ diff --git a/iconvdata/testdata/NF_Z_62-010 b/iconvdata/testdata/NF_Z_62-010 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/NF_Z_62-010 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/NF_Z_62-010..UTF8 b/iconvdata/testdata/NF_Z_62-010..UTF8 new file mode 100644 index 0000000000..c0bc7194ec --- /dev/null +++ b/iconvdata/testdata/NF_Z_62-010..UTF8 @@ -0,0 +1,6 @@ + ! " £ $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + à A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ° ç § ^ _ + µ a b c d e f g h i j k l m n o + p q r s t u v w x y z é ù è ¨ diff --git a/iconvdata/testdata/NF_Z_62-010_1973 b/iconvdata/testdata/NF_Z_62-010_1973 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/NF_Z_62-010_1973 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/NF_Z_62-010_1973..UTF8 b/iconvdata/testdata/NF_Z_62-010_1973..UTF8 new file mode 100644 index 0000000000..1324ad229b --- /dev/null +++ b/iconvdata/testdata/NF_Z_62-010_1973..UTF8 @@ -0,0 +1,6 @@ + ! " £ $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + à A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z ° ç § ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z é ù è ¨ diff --git a/iconvdata/testdata/NS_4551-1 b/iconvdata/testdata/NS_4551-1 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/NS_4551-1 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/NS_4551-1..UTF8 b/iconvdata/testdata/NS_4551-1..UTF8 new file mode 100644 index 0000000000..5174b5657c --- /dev/null +++ b/iconvdata/testdata/NS_4551-1..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Æ Ø Å ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z æ ø å ‾ diff --git a/iconvdata/testdata/NS_4551-2 b/iconvdata/testdata/NS_4551-2 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/NS_4551-2 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/NS_4551-2..UTF8 b/iconvdata/testdata/NS_4551-2..UTF8 new file mode 100644 index 0000000000..f777b2c349 --- /dev/null +++ b/iconvdata/testdata/NS_4551-2..UTF8 @@ -0,0 +1,6 @@ + ! " § $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Æ Ø Å ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z æ ø å | diff --git a/iconvdata/testdata/PT b/iconvdata/testdata/PT new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/PT @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/PT..UTF8 b/iconvdata/testdata/PT..UTF8 new file mode 100644 index 0000000000..4e7c430be4 --- /dev/null +++ b/iconvdata/testdata/PT..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + § A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Ã Ç Õ ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ã ç õ ° diff --git a/iconvdata/testdata/PT2 b/iconvdata/testdata/PT2 new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/PT2 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/PT2..UTF8 b/iconvdata/testdata/PT2..UTF8 new file mode 100644 index 0000000000..8367159176 --- /dev/null +++ b/iconvdata/testdata/PT2..UTF8 @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + ´ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Ã Ç Õ ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ã ç õ ~ diff --git a/iconvdata/testdata/SEN_850200_B b/iconvdata/testdata/SEN_850200_B new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/SEN_850200_B @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/SEN_850200_B..UTF8 b/iconvdata/testdata/SEN_850200_B..UTF8 new file mode 100644 index 0000000000..458e21f68c --- /dev/null +++ b/iconvdata/testdata/SEN_850200_B..UTF8 @@ -0,0 +1,6 @@ + ! " # ¤ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Ä Ö Å ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z ä ö å ‾ diff --git a/iconvdata/testdata/SEN_850200_C b/iconvdata/testdata/SEN_850200_C new file mode 100644 index 0000000000..7b7da5f318 --- /dev/null +++ b/iconvdata/testdata/SEN_850200_C @@ -0,0 +1,6 @@ + ! " # $ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + @ A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z [ \ ] ^ _ + ` a b c d e f g h i j k l m n o + p q r s t u v w x y z { | } ~ diff --git a/iconvdata/testdata/SEN_850200_C..UTF8 b/iconvdata/testdata/SEN_850200_C..UTF8 new file mode 100644 index 0000000000..9af159df27 --- /dev/null +++ b/iconvdata/testdata/SEN_850200_C..UTF8 @@ -0,0 +1,6 @@ + ! " # ¤ % & ' ( ) * + , - . / + 0 1 2 3 4 5 6 7 8 9 : ; < = > ? + É A B C D E F G H I J K L M N O + P Q R S T U V W X Y Z Ä Ö Å Ü _ + é a b c d e f g h i j k l m n o + p q r s t u v w x y z ä ö å ü -- cgit 1.4.1