From c090aa15110f9c3781150c4e1d7d3733b455459e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 12 Dec 1998 21:48:52 +0000 Subject: Update. * iconvdata/iso-8859-11.h: ISO 8859-11 conversion data. * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module. * iconvdata/iso-8859-13.c: Likewise for 8859-13. * iconvdata/iso-8859-14.c: Likewise for 8859-14. * iconvdata/iso-8859-15.c: Likewise for 8859-15. * iconvdata/gconv-modules: Add rules for new modules. * iconvdata/Makefile: Likewise. 1998-12-12 Ulrich Drepper --- iconvdata/Makefile | 16 ++- iconvdata/gconv-modules | 21 ++++ iconvdata/iso8859-11.c | 28 +++++ iconvdata/iso8859-11.h | 289 ++++++++++++++++++++++++++++++++++++++++++++++++ iconvdata/iso8859-13.c | 28 +++++ iconvdata/iso8859-14.c | 28 +++++ iconvdata/iso8859-15.c | 28 +++++ 7 files changed, 437 insertions(+), 1 deletion(-) create mode 100644 iconvdata/iso8859-11.c create mode 100644 iconvdata/iso8859-11.h create mode 100644 iconvdata/iso8859-13.c create mode 100644 iconvdata/iso8859-14.c create mode 100644 iconvdata/iso8859-15.c (limited to 'iconvdata') diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 2c5bba3..8b3ddc1 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -24,6 +24,7 @@ subdir := iconvdata # Names of all the shared objects which implement the transformations. modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ ISO8859-6 ISO8859-7 ISO8859-8 ISO8859-9 ISO8859-10 \ + ISO8859-11 ISO8859-13 ISO8859-14 ISO8859-15 \ T.61 ISO_6937 SJIS KOI-8 HP-ROMAN8 EBCDIC-AT-DE \ EBCDIC-AT-DE-A EBCDIC-CA-FR EUC-KR UHC JOHAB libJIS libKSC \ BIG5 EUC-JP libGB EUC-CN libCNS EUC-TW ISO646 EBCDIC-DK-NO \ @@ -57,6 +58,10 @@ ISO8859-7-routines := iso8859-7 ISO8859-8-routines := iso8859-8 ISO8859-9-routines := iso8859-9 ISO8859-10-routines := iso8859-10 +ISO8859-11-routines := iso8859-11 +ISO8859-13-routines := iso8859-13 +ISO8859-14-routines := iso8859-14 +ISO8859-15-routines := iso8859-15 ISO646-routines := iso646 T.61-routines := t61 ISO_6937-routines := iso6937 @@ -203,6 +208,8 @@ LDFLAGS-libCNS.so = -Wl,-soname,$(@F) distribute := 8bit-generic.c 8bit-gap.c gap.awk gaptab.awk gconv-modules \ iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \ iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \ + iso8859-11.c iso8859-11.h iso8859-13.c iso8859-14.c \ + iso8859-15.c \ t61.c iso6937.c sjis.c jis0201.h jis0208.h jis0212.h \ koi-8.c koi8-r.c hp-roman8.c latin-greek.c latin-greek-1.c \ ebcdic-at-de.c ebcdic-at-de-a.c ebcdic-ca-fr.c jis0201.c \ @@ -300,7 +307,8 @@ awk-generated-headers := koi8-r.h latin-greek.h latin-greek-1.h \ greek-ccitt.h greek7.h greek7-old.h inis.h \ inis-8.h inis-cyrillic.h iso_2033.h iso_5427.h \ iso_5427-ext.h iso_5428.h iso_10367-box.h \ - mac-is.h nats-dano.h nats-sefi.h + mac-is.h nats-dano.h nats-sefi.h iso8859-13.h \ + iso8859-14.h iso8859-15.h generated = $(sed-generated-headers) $(sed-generated-headers:%.h=%.stmp) \ $(awk-generated-headers) $(awk-generated-headers:%.h=%.stmp) \ @@ -410,6 +418,12 @@ $(objpfx)iso8859-8.stmp: ../localedata/charmaps/ISO-8859-8 gen-8bit-gap.sh $(generate-8bit-gap-table) $(objpfx)iso8859-10.stmp: ../localedata/charmaps/ISO-8859-10 gen-8bit-gap.sh $(generate-8bit-gap-table) +$(objpfx)iso8859-13.stmp: ../localedata/charmaps/ISO-8859-13 gen-8bit-gap.sh + $(generate-8bit-gap-table) +$(objpfx)iso8859-14.stmp: ../localedata/charmaps/ISO-8859-14 gen-8bit-gap.sh + $(generate-8bit-gap-table) +$(objpfx)iso8859-15.stmp: ../localedata/charmaps/ISO-8859-15 gen-8bit-gap.sh + $(generate-8bit-gap-table) $(objpfx)koi8-r.stmp: ../localedata/charmaps/KOI8-R gen-8bit-gap.sh $(generate-8bit-gap-table) diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 136f592..b5d0492 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -299,6 +299,27 @@ module ISO-8859-10// INTERNAL ISO8859-10 1 module INTERNAL ISO-8859-10// ISO8859-10 1 # from to module cost +module ISO-8859-11// INTERNAL ISO8859-11 1 +module INTERNAL ISO-8859-11// ISO8859-11 1 + +# from to module cost +alias ISO-IR-179// ISO-8859-13// +alias LATIN8// ISO-8859-13// +alias L8// ISO-8859-13// +module ISO-8859-13// INTERNAL ISO8859-13 1 +module INTERNAL ISO-8859-13// ISO8859-13 1 + +# from to module cost +alias ISO_8859-14:1998// ISO-8859-14// +module ISO-8859-14// INTERNAL ISO8859-14 1 +module INTERNAL ISO-8859-14// ISO8859-14 1 + +# from to module cost +alias ISO_8859-15:1998// ISO-8859-15// +module ISO-8859-15// INTERNAL ISO8859-15 1 +module INTERNAL ISO-8859-15// ISO8859-15 1 + +# from to module cost alias T.61// T.61-8BIT// alias ISO-IR-103// T.61-8BIT// module T.61-8BIT// INTERNAL T.61 1 diff --git a/iconvdata/iso8859-11.c b/iconvdata/iso8859-11.c new file mode 100644 index 0000000..8eb10e0 --- /dev/null +++ b/iconvdata/iso8859-11.c @@ -0,0 +1,28 @@ +/* Conversion from and to ISO 8859-11. + Copyright (C) 1998 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1998. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Get the conversion table. */ +#include +#define TABLES + +#define CHARSET_NAME "ISO-8859-11//" +#define HAS_HOLES 1 /* Not all 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/iso8859-11.h b/iconvdata/iso8859-11.h new file mode 100644 index 0000000..0295def --- /dev/null +++ b/iconvdata/iso8859-11.h @@ -0,0 +1,289 @@ +static const uint32_t to_ucs4[256] = { + [0x01] = 0x0001, + [0x02] = 0x0002, + [0x03] = 0x0003, + [0x04] = 0x0004, + [0x05] = 0x0005, + [0x06] = 0x0006, + [0x07] = 0x0007, + [0x08] = 0x0008, + [0x09] = 0x0009, + [0x0A] = 0x000A, + [0x0B] = 0x000B, + [0x0C] = 0x000C, + [0x0D] = 0x000D, + [0x0E] = 0x000E, + [0x0F] = 0x000F, + [0x10] = 0x0010, + [0x11] = 0x0011, + [0x12] = 0x0012, + [0x13] = 0x0013, + [0x14] = 0x0014, + [0x15] = 0x0015, + [0x16] = 0x0016, + [0x17] = 0x0017, + [0x18] = 0x0018, + [0x19] = 0x0019, + [0x1A] = 0x001A, + [0x1B] = 0x001B, + [0x1C] = 0x001C, + [0x1D] = 0x001D, + [0x1E] = 0x001E, + [0x1F] = 0x001F, + [0x20] = 0x0020, + [0x21] = 0x0021, + [0x22] = 0x0022, + [0x23] = 0x0023, + [0x24] = 0x0024, + [0x25] = 0x0025, + [0x26] = 0x0026, + [0x27] = 0x0027, + [0x28] = 0x0028, + [0x29] = 0x0029, + [0x2A] = 0x002A, + [0x2B] = 0x002B, + [0x2C] = 0x002C, + [0x2D] = 0x002D, + [0x2E] = 0x002E, + [0x2F] = 0x002F, + [0x30] = 0x0030, + [0x31] = 0x0031, + [0x32] = 0x0032, + [0x33] = 0x0033, + [0x34] = 0x0034, + [0x35] = 0x0035, + [0x36] = 0x0036, + [0x37] = 0x0037, + [0x38] = 0x0038, + [0x39] = 0x0039, + [0x3A] = 0x003A, + [0x3B] = 0x003B, + [0x3C] = 0x003C, + [0x3D] = 0x003D, + [0x3E] = 0x003E, + [0x3F] = 0x003F, + [0x40] = 0x0040, + [0x41] = 0x0041, + [0x42] = 0x0042, + [0x43] = 0x0043, + [0x44] = 0x0044, + [0x45] = 0x0045, + [0x46] = 0x0046, + [0x47] = 0x0047, + [0x48] = 0x0048, + [0x49] = 0x0049, + [0x4A] = 0x004A, + [0x4B] = 0x004B, + [0x4C] = 0x004C, + [0x4D] = 0x004D, + [0x4E] = 0x004E, + [0x4F] = 0x004F, + [0x50] = 0x0050, + [0x51] = 0x0051, + [0x52] = 0x0052, + [0x53] = 0x0053, + [0x54] = 0x0054, + [0x55] = 0x0055, + [0x56] = 0x0056, + [0x57] = 0x0057, + [0x58] = 0x0058, + [0x59] = 0x0059, + [0x5A] = 0x005A, + [0x5B] = 0x005B, + [0x5C] = 0x005C, + [0x5D] = 0x005D, + [0x5E] = 0x005E, + [0x5F] = 0x005F, + [0x60] = 0x0060, + [0x61] = 0x0061, + [0x62] = 0x0062, + [0x63] = 0x0063, + [0x64] = 0x0064, + [0x65] = 0x0065, + [0x66] = 0x0066, + [0x67] = 0x0067, + [0x68] = 0x0068, + [0x69] = 0x0069, + [0x6A] = 0x006A, + [0x6B] = 0x006B, + [0x6C] = 0x006C, + [0x6D] = 0x006D, + [0x6E] = 0x006E, + [0x6F] = 0x006F, + [0x70] = 0x0070, + [0x71] = 0x0071, + [0x72] = 0x0072, + [0x73] = 0x0073, + [0x74] = 0x0074, + [0x75] = 0x0075, + [0x76] = 0x0076, + [0x77] = 0x0077, + [0x78] = 0x0078, + [0x79] = 0x0079, + [0x7A] = 0x007A, + [0x7B] = 0x007B, + [0x7C] = 0x007C, + [0x7D] = 0x007D, + [0x7E] = 0x007E, + [0x7F] = 0x007F, + [0x80] = 0x0080, + [0x81] = 0x0081, + [0x82] = 0x0082, + [0x83] = 0x0083, + [0x84] = 0x0084, + [0x85] = 0x0085, + [0x86] = 0x0086, + [0x87] = 0x0087, + [0x88] = 0x0088, + [0x89] = 0x0089, + [0x8A] = 0x008A, + [0x8B] = 0x008B, + [0x8C] = 0x008C, + [0x8D] = 0x008D, + [0x8E] = 0x008E, + [0x8F] = 0x008F, + [0x90] = 0x0090, + [0x91] = 0x0091, + [0x92] = 0x0092, + [0x93] = 0x0093, + [0x94] = 0x0094, + [0x95] = 0x0095, + [0x96] = 0x0096, + [0x97] = 0x0097, + [0x98] = 0x0098, + [0x99] = 0x0099, + [0x9A] = 0x009A, + [0x9B] = 0x009B, + [0x9C] = 0x009C, + [0x9D] = 0x009D, + [0x9E] = 0x009E, + [0x9F] = 0x009F, + [0xA0] = 0x00A0, + [0xA1] = 0x0E01, + [0xA2] = 0x0E02, + [0xA3] = 0x0E03, + [0xA4] = 0x0E04, + [0xA5] = 0x0E05, + [0xA6] = 0x0E06, + [0xA7] = 0x0E07, + [0xA8] = 0x0E08, + [0xA9] = 0x0E09, + [0xAA] = 0x0E0A, + [0xAB] = 0x0E0B, + [0xAC] = 0x0E0C, + [0xAD] = 0x0E0D, + [0xAE] = 0x0E0E, + [0xAF] = 0x0E0F, + [0xB0] = 0x0E10, + [0xB1] = 0x0E11, + [0xB2] = 0x0E12, + [0xB3] = 0x0E13, + [0xB4] = 0x0E14, + [0xB5] = 0x0E15, + [0xB6] = 0x0E16, + [0xB7] = 0x0E17, + [0xB8] = 0x0E18, + [0xB9] = 0x0E19, + [0xBA] = 0x0E1A, + [0xBB] = 0x0E1B, + [0xBC] = 0x0E1C, + [0xBD] = 0x0E1D, + [0xBE] = 0x0E1E, + [0xBF] = 0x0E1F, + [0xC0] = 0x0E20, + [0xC1] = 0x0E21, + [0xC2] = 0x0E22, + [0xC3] = 0x0E23, + [0xC4] = 0x0E24, + [0xC5] = 0x0E25, + [0xC6] = 0x0E26, + [0xC7] = 0x0E27, + [0xC8] = 0x0E28, + [0xC9] = 0x0E29, + [0xCA] = 0x0E2A, + [0xCB] = 0x0E2B, + [0xCC] = 0x0E2C, + [0xCD] = 0x0E2D, + [0xCE] = 0x0E2E, + [0xCF] = 0x0E2F, + [0xD0] = 0x0E30, + [0xD1] = 0x0E31, + [0xD2] = 0x0E32, + [0xD3] = 0x0E33, + [0xD4] = 0x0E34, + [0xD5] = 0x0E35, + [0xD6] = 0x0E36, + [0xD7] = 0x0E37, + [0xD8] = 0x0E38, + [0xD9] = 0x0E39, + [0xDA] = 0x0E3A, + [0xDF] = 0x0E3F, + [0xE0] = 0x0E40, + [0xE1] = 0x0E41, + [0xE2] = 0x0E42, + [0xE3] = 0x0E43, + [0xE4] = 0x0E44, + [0xE5] = 0x0E45, + [0xE6] = 0x0E46, + [0xE7] = 0x0E47, + [0xE8] = 0x0E48, + [0xE9] = 0x0E49, + [0xEA] = 0x0E4A, + [0xEB] = 0x0E4B, + [0xEC] = 0x0E4C, + [0xED] = 0x0E4D, + [0xEE] = 0x0E4E, + [0xEF] = 0x0E4F, + [0xF0] = 0x0E50, + [0xF1] = 0x0E51, + [0xF2] = 0x0E52, + [0xF3] = 0x0E53, + [0xF4] = 0x0E54, + [0xF5] = 0x0E55, + [0xF6] = 0x0E56, + [0xF7] = 0x0E57, + [0xF8] = 0x0E58, + [0xF9] = 0x0E59, + [0xFA] = 0x0E5A, + [0xFB] = 0x0E5B, +}; +static const struct gap from_idx[] = { + { start: 0x0000, end: 0x00a0, idx: 0 }, + { start: 0x0e01, end: 0x0e5b, idx: -3424 }, + { start: 0xffff, end: 0xffff, idx: 0 } +}; +static const char from_ucs4[] = { + + '\x00', '\x01', '\x02', '\x03', '\x04', '\x05', '\x06', '\x07', + '\x08', '\x09', '\x0a', '\x0b', '\x0c', '\x0d', '\x0e', '\x0f', + '\x10', '\x11', '\x12', '\x13', '\x14', '\x15', '\x16', '\x17', + '\x18', '\x19', '\x1a', '\x1b', '\x1c', '\x1d', '\x1e', '\x1f', + '\x20', '\x21', '\x22', '\x23', '\x24', '\x25', '\x26', '\x27', + '\x28', '\x29', '\x2a', '\x2b', '\x2c', '\x2d', '\x2e', '\x2f', + '\x30', '\x31', '\x32', '\x33', '\x34', '\x35', '\x36', '\x37', + '\x38', '\x39', '\x3a', '\x3b', '\x3c', '\x3d', '\x3e', '\x3f', + '\x40', '\x41', '\x42', '\x43', '\x44', '\x45', '\x46', '\x47', + '\x48', '\x49', '\x4a', '\x4b', '\x4c', '\x4d', '\x4e', '\x4f', + '\x50', '\x51', '\x52', '\x53', '\x54', '\x55', '\x56', '\x57', + '\x58', '\x59', '\x5a', '\x5b', '\x5c', '\x5d', '\x5e', '\x5f', + '\x60', '\x61', '\x62', '\x63', '\x64', '\x65', '\x66', '\x67', + '\x68', '\x69', '\x6a', '\x6b', '\x6c', '\x6d', '\x6e', '\x6f', + '\x70', '\x71', '\x72', '\x73', '\x74', '\x75', '\x76', '\x77', + '\x78', '\x79', '\x7a', '\x7b', '\x7c', '\x7d', '\x7e', '\x7f', + '\x80', '\x81', '\x82', '\x83', '\x84', '\x85', '\x86', '\x87', + '\x88', '\x89', '\x8a', '\x8b', '\x8c', '\x8d', '\x8e', '\x8f', + '\x90', '\x91', '\x92', '\x93', '\x94', '\x95', '\x96', '\x97', + '\x98', '\x99', '\x9a', '\x9b', '\x9c', '\x9d', '\x9e', '\x9f', + '\xa0', '\xa1', '\xa2', '\xa3', '\xa4', '\xa5', '\xa6', '\xa7', + '\xa8', '\xa9', '\xaa', '\xab', '\xac', '\xad', '\xae', '\xaf', + '\xb0', '\xb1', '\xb2', '\xb3', '\xb4', '\xb5', '\xb6', '\xb7', + '\xb8', '\xb9', '\xba', '\xbb', '\xbc', '\xbd', '\xbe', '\xbf', + '\xc0', '\xc1', '\xc2', '\xc3', '\xc4', '\xc5', '\xc6', '\xc7', + '\xc8', '\xc9', '\xca', '\xcb', '\xcc', '\xcd', '\xce', '\xcf', + '\xd0', '\xd1', '\xd2', '\xd3', '\xd4', '\xd5', '\xd6', '\xd7', + '\xd8', '\xd9', '\xda', '\x00', '\x00', '\x00', '\x00', '\xdf', + '\xe0', '\xe1', '\xe2', '\xe3', '\xe4', '\xe5', '\xe6', '\xe7', + '\xe8', '\xe9', '\xea', '\xeb', '\xec', '\xed', '\xee', '\xef', + '\xf0', '\xf1', '\xf2', '\xf3', '\xf4', '\xf5', '\xf6', '\xf7', + '\xf8', '\xf9', '\xfa', '\xfb', +}; diff --git a/iconvdata/iso8859-13.c b/iconvdata/iso8859-13.c new file mode 100644 index 0000000..a5fda48 --- /dev/null +++ b/iconvdata/iso8859-13.c @@ -0,0 +1,28 @@ +/* Conversion from and to ISO 8859-13. + Copyright (C) 1998 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1998. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Get the conversion table. */ +#include +#define TABLES + +#define CHARSET_NAME "ISO-8859-13//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/iso8859-14.c b/iconvdata/iso8859-14.c new file mode 100644 index 0000000..d94571c --- /dev/null +++ b/iconvdata/iso8859-14.c @@ -0,0 +1,28 @@ +/* Conversion from and to ISO 8859-14. + Copyright (C) 1998 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1998. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Get the conversion table. */ +#include +#define TABLES + +#define CHARSET_NAME "ISO-8859-14//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> diff --git a/iconvdata/iso8859-15.c b/iconvdata/iso8859-15.c new file mode 100644 index 0000000..41f34b4 --- /dev/null +++ b/iconvdata/iso8859-15.c @@ -0,0 +1,28 @@ +/* Conversion from and to ISO 8859-15. + Copyright (C) 1998 Free Software Foundation, Inc. + This file is part of the GNU C Library. + Contributed by Ulrich Drepper , 1998. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with the GNU C Library; see the file COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ + +/* Get the conversion table. */ +#include +#define TABLES + +#define CHARSET_NAME "ISO-8859-15//" +#define HAS_HOLES 0 /* All 256 character are defined. */ + +#include <8bit-gap.c> -- cgit v1.1