tnozaki
fd2dd8ec0d
add new encoding support to iconv(3):
...
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
2007-04-01 18:52:28 +00:00
tnozaki
9eae719a71
1. added iconv support of KZ-1048 encoding
...
2. move PTCP154 to KAZAKH directory.
2007-03-13 16:34:37 +00:00
tnozaki
64b5b95f38
fix wrong mapping koi8-c,koi8-e.
2007-03-07 15:12:41 +00:00
tnozaki
b9412befd1
fix koi8-c mapping.
2007-03-05 17:06:18 +00:00
tnozaki
1bf1d71e3c
iconv: add following CCS/CES support.
...
- CNS11643-[3-7] <-> UCS:BMP/SIP (EUC-TW, ISO-2022-CN-EXT)
- HKSCS <-> UCS:BMP/SIP (Big5-HKSCS)
- JISX0213-[1-2] <-> UCS:BMP/SIP (EUC-JIS-2004,Shift_JIS-2004,ISO-2022-JP-2004)
2007-03-05 16:57:06 +00:00
tnozaki
be0ee7c9f3
citrus_csmapper.c: find_best_pivot_pvdb()
...
- don't break loop until all the src/dst combinations are tested.
charset.pivot.CP.src
- redo rev 1.3.
2007-02-17 12:39:44 +00:00
tnozaki
a7bd6df304
backout rev1.3's change, this broke cp932 -> eucjp-ms conversion.
2007-02-08 15:48:18 +00:00
tnozaki
902f215bd9
add iconv encoding alias: cp813, cp91[2-6], cp920, cp923, cp1089.
2006-12-13 15:46:34 +00:00
tnozaki
e012779dec
correct reference url.
2006-12-13 15:40:42 +00:00
tnozaki
57f0023ef8
catch up KS X 1001:2002: added U+327E - CIRCLED HANGUL IEUNG U.
2006-12-04 15:01:42 +00:00
tnozaki
787d7a82ef
update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
2006-12-03 14:28:46 +00:00
tnozaki
da493f6484
- correct JISX0208:1978 <-> Unicode mappings.
...
- gives priority to JISX0212 more than JISX0208:1978.
2006-12-03 12:02:05 +00:00
tnozaki
afa086e571
1. add IBM codepage 853 support to iconv.
...
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
2006-12-02 14:36:13 +00:00
tnozaki
e105ab22c2
add iconv support following encoding:
...
CP858 - CP850 with euro sign
CP942 - variant of CP932(JIS-ROMAN + JIS78)
CP942C - ditto(ASCII + JIS78)
CP943 - ditto(JIS-ROMAN + JIS83)
CP943C - ditto(ASCII + JIS83)
TDS565 - Turkmen Alphabet(ISO-IR-230)
2006-11-29 15:45:26 +00:00
tnozaki
16b9b1a8bf
use mapper_zone to avoid pivot conversion by ucs.
2006-11-25 15:30:44 +00:00
tnozaki
0a9d990226
1. add iconv support for Lao language - CP1133, MULELAO-1.
...
2. add alias Thai language: TIS620, ISO-IR-166.
2006-11-25 10:27:22 +00:00
tnozaki
dec2eb4c9d
1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
...
2. add iconv support for Chinese Tradisional GB12345.
2006-11-23 03:25:24 +00:00
tnozaki
8033a5b008
1. add iconv support for following encodings:
...
Chinese Simplefied
HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ)
zW - 7bit stateful encoding, see RFC1842. (libZW)
2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
2006-11-22 23:38:25 +00:00
tnozaki
9b1aff8258
add fallback mapping.
2006-11-22 20:22:30 +00:00
tnozaki
79a70a823d
1. add iconv support for followint encoding:
...
Vietnamese
TCVN 8bit Viet Nam National Standard
VISCII 8bit RFC1456
VIQR 7bit RFC1456(libVIQR)
Unicode Escape (GNU libiconv compatibility)
C99, JAVA (libUES)
2. fix iconv_std module:
add special treatment for POSIX Defect Report #288 case.
2006-11-13 15:16:28 +00:00
tnozaki
f8989225cf
change georgian-ps(geo8std)'s conversion table
...
from X-TrueType to Internet-Draft that more widely used.
2006-11-04 06:17:35 +00:00
tnozaki
2f07b9b3fb
rollback unintended charnge.
2006-11-04 03:53:11 +00:00
tnozaki
6288c3fa08
add iconv support following encodings:
...
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
2006-11-04 03:46:19 +00:00
tnozaki
4b8989d796
remove unessesary 0x00-0x20, 0x60-0x7F mapping.
2006-10-26 16:19:02 +00:00
tnozaki
e53a1bf203
DST_UNIT_BITS is 8, nuke leading 0x00.
2006-10-26 16:04:21 +00:00
tnozaki
fe9a7f2aa1
0x2A7E is safe character.
2006-10-26 15:24:00 +00:00
tnozaki
f0e9414b43
added supports for chinese encoding ISO-2022-CN-EXT.
2006-10-26 15:06:17 +00:00
tnozaki
17e6581dbd
add encoding alias CP949 -> UHC.
2006-10-19 14:47:58 +00:00
tnozaki
cf5d987754
add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
2006-10-19 14:45:02 +00:00
tnozaki
503c123619
switch the conversion table from rfc1345 to unicode.org's one.
2006-10-19 14:06:14 +00:00
tnozaki
2e2fc44e22
add new iconv module libJOHAB,
...
this supports S.Korean character encoding scheme ``JOHAB''.
2006-10-18 17:54:54 +00:00
tnozaki
138067b448
- rename KOI8-BASE more suitable name, GOST19768-74.
...
- fix wrong conversion table KOI7 and KOI7-switched.
2006-09-16 08:38:20 +00:00
tnozaki
3acfcd1374
add iconv GB18030 <-> Unicode BMP conversion table.
2006-09-09 15:43:04 +00:00
tnozaki
c43c0703e2
* updated 0xFE50-0xFEA0 mapping to Unicode3.0 later.
...
* added fallback mapping of 0xA989-0xA995 <-> U+E7E7-U+E7F3.
* some TTF - NSimSun(Microsoft GB18030 Support Package) and
FZSongTi(Solaris GB18030 locale) - assign Vertical form(U+FE10-U+FE19)
to UDA/PUA(0x2659-0x2673/U+E78D-U+E796), so comment about this.
2006-08-29 18:52:29 +00:00
tnozaki
2af744a1fb
filled 0x577A-0x577E hole with PUA.
2006-08-25 15:27:41 +00:00
tnozaki
4ba9b09748
remove *.mps entry that doesn't exists.
2006-08-19 11:13:18 +00:00
tnozaki
2ad099c737
1. added iconv support of Chinese Simplefied encoding, GBK.
...
2. added Unicode mapping of 2byte GB18030 User Defined Area.
2006-08-19 10:58:40 +00:00
tnozaki
41efa2e2cd
1. added CNS11643 plane 3 <-> UCS iconv data.
...
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
2006-07-16 06:13:29 +00:00
tnozaki
3ce59d0949
ISO-8859-7:1987 -> ISO-8859-7:2003
2006-07-12 16:56:35 +00:00
tnozaki
d1116a2478
fix wrong alias, s/iso646-gb/iso646-cn/ is correct.
2006-07-05 15:31:50 +00:00
tnozaki
2a35d342e7
added fallback U+2015 -> 1-1-29.
2006-07-05 15:27:53 +00:00
tnozaki
d9cfca81ba
fix typo.
2006-06-22 16:18:45 +00:00
tnozaki
e476537d55
correct the code point incompatible with Big5.
2006-06-22 16:11:55 +00:00
tnozaki
2bcfe3b4c8
added Chinese Tradisional Big5 family,
...
Big5-2003, Big5-ETen, Big5-IBM, Big-5E, Big-5+.
``Big5 is now the alias of Big5-ETen,
if you want Unicode.org's obsolete mappings, use Big5-IBM instead.
2006-06-19 17:28:24 +00:00
tnozaki
57b95db2c8
add iconv support for CP1131(Belarus DOS code).
2006-06-16 20:09:23 +00:00
tnozaki
a302e2a921
added iconv support for georgian-ps, georgian-academy.
2006-06-15 15:34:20 +00:00
tnozaki
f52a3ac4b6
1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014).
2006-06-07 17:04:37 +00:00
tnozaki
ffcda0dc45
fix wrong token, s/DST_ILSEQ/DST_INVALID/.
2006-04-08 15:47:39 +00:00
tnozaki
451ff41269
fix typo, s/ISO-5427/KOI7/
2006-04-08 14:26:45 +00:00
tnozaki
a3e63d71ca
add following encoding support to iconv:
...
* KOI-7(iso-ir-37, iso-5427)
* KOI-8(old KOI8)
* KOI7-switched(iso-2022 variant)
* KOI8-C -- Pablo Saratxaga's X_LOCALE KOI8-C(Caucasus)
* KOI8-CyrillicOld -- Serge Winitzki's KOI8-C(Cyrillic-Old)
** not exported yet **
* KOI8-E(iso-ir-111, ecma-cyrillic)
* KOI8-RU
* KOI8-T
2006-04-08 14:15:48 +00:00