Home | History | Annotate | only in /src/share/i18n/csmapper
History log of /src/share/i18n/csmapper
RevisionDateAuthorComments
 1.14 27-Apr-2011  mbalmer Add Japan CBM character codes.
 1.13 13-Mar-2007  tnozaki branches: 1.13.18;
1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.12 13-Nov-2006  tnozaki 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.
 1.11 19-Jun-2006  tnozaki 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.
 1.10 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.9 08-Apr-2006  tnozaki 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
 1.8 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.7 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.6 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.5 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.4 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.3 10-Jul-2003  lukem NOxxx= variables must appear before <bsd.own.mk>
 1.2 10-Jul-2003  lukem Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.13.18.1 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.2 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 01-Apr-2006  tnozaki add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.3 10-Nov-2009  tnozaki update Unicode 5.2.0
 1.2 12-Apr-2008  tnozaki update Unicode 5.1.0 and adding some missing HKSCS-2004 charaters.
 1.1 05-Mar-2007  tnozaki branches: 1.1.10;
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)
 1.1.10.1 02-Jun-2008  mjf Sync with HEAD.
 1.2 12-Apr-2008  tnozaki update Unicode 5.1.0 and adding some missing HKSCS-2004 charaters.
 1.1 05-Mar-2007  tnozaki branches: 1.1.10;
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)
 1.1.10.1 02-Jun-2008  mjf Sync with HEAD.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.1 19-Jun-2006  tnozaki 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.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.1 05-Mar-2007  tnozaki 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)
 1.4 10-Nov-2009  tnozaki update Unicode 5.2.0
 1.3 12-Apr-2008  tnozaki fix wrong SRC_ZONE.
 1.2 12-Apr-2008  tnozaki update Unicode 5.1.0 and adding some missing HKSCS-2004 charaters.
 1.1 05-Mar-2007  tnozaki branches: 1.1.10;
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)
 1.1.10.1 02-Jun-2008  mjf Sync with HEAD.
 1.1 05-Mar-2007  tnozaki 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)
 1.2 12-Apr-2008  tnozaki update Unicode 5.1.0 and adding some missing HKSCS-2004 charaters.
 1.1 05-Mar-2007  tnozaki branches: 1.1.10;
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)
 1.1.10.1 02-Jun-2008  mjf Sync with HEAD.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 19-Jun-2006  tnozaki 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.
 1.2 28-Apr-2011  mbalmer branches: 1.2.2;
add Yen symbol
 1.1 27-Apr-2011  mbalmer Add Japan CBM character codes.
 1.2.2.3 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1607):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.2
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.2
add Yen symbol
 1.2.2.2 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.2.2.1 28-Apr-2011  bouyer file CBMINT%UCS.src was added on branch netbsd-5 on 2011-05-19 21:06:57 +0000
 1.1 27-Apr-2011  mbalmer branches: 1.1.2;
Add Japan CBM character codes.
 1.1.2.2 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.1.2.1 27-Apr-2011  bouyer file Makefile.inc was added on branch netbsd-5 on 2011-05-19 21:06:57 +0000
 1.2 28-Apr-2011  mbalmer branches: 1.2.2;
add Yen symbol
 1.1 27-Apr-2011  mbalmer Add Japan CBM character codes.
 1.2.2.3 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1607):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.2
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.2
add Yen symbol
 1.2.2.2 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.2.2.1 28-Apr-2011  bouyer file UCS%CBMINT.src was added on branch netbsd-5 on 2011-05-19 21:06:56 +0000
 1.2 29-Apr-2011  mbalmer branches: 1.2.2;
missing files
 1.1 27-Apr-2011  mbalmer Add Japan CBM character codes.
 1.2.2.3 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1610):
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.2
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.2
missing files
 1.2.2.2 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.2.2.1 29-Apr-2011  bouyer file charset.pivot.CBM.src was added on branch netbsd-5 on 2011-05-19 21:06:57 +0000
 1.2 29-Apr-2011  mbalmer branches: 1.2.2;
missing files
 1.1 27-Apr-2011  mbalmer Add Japan CBM character codes.
 1.2.2.3 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1610):
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.2
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.2
missing files
 1.2.2.2 19-May-2011  bouyer Pull up following revision(s) (requested by mbalmer in ticket #1605):
share/i18n/csmapper/CBM/UCS%CBMINT.src: revision 1.1
share/i18n/esdb/CBM/esdb.alias.CBM.src: revision 1.1
share/i18n/esdb/CBM/esdb.dir.CBM.src: revision 1.1
share/i18n/esdb/CBM/CBMINT.src: revision 1.1
share/i18n/csmapper/Makefile: revision 1.14
share/i18n/csmapper/CBM/CBMINT%UCS.src: revision 1.1
share/i18n/csmapper/CBM/mapper.dir.CBM.src: revision 1.1
share/i18n/csmapper/CBM/Makefile.inc: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.87 via patch
share/i18n/esdb/Makefile: revision 1.15
share/i18n/csmapper/CBM/charset.pivot.CBM.src: revision 1.1
share/i18n/esdb/CBM/Makefile.inc: revision 1.1
Add Japan CBM character codes.
 1.2.2.1 29-Apr-2011  bouyer file mapper.dir.CBM.src was added on branch netbsd-5 on 2011-05-19 21:06:57 +0000
 1.2 22-Jun-2006  tnozaki correct the code point incompatible with Big5.
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.3 05-Mar-2007  tnozaki 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)
 1.2 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.4 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.3 22-Jun-2006  tnozaki fix typo.
 1.2 22-Jun-2006  tnozaki correct the code point incompatible with Big5.
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.3 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.2 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.2 05-Mar-2007  tnozaki 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)
 1.1 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.3 05-Mar-2007  tnozaki 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)
 1.2 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.3 05-Mar-2007  tnozaki 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)
 1.2 16-Jul-2006  tnozaki 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
 1.1 27-Mar-2005  tnozaki add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
 1.13 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.12 15-Jul-2007  tnozaki add CP922 support to iconv.
 1.11 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.10 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.9 03-Dec-2006  tnozaki update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.8 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.7 29-Nov-2006  tnozaki 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)
 1.6 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.5 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.4 16-Jun-2006  tnozaki add iconv support for CP1131(Belarus DOS code).
 1.3 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 28-Sep-2004  tshiozak add missed entry for CP866. (lib/27060)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.1 16-Jun-2006  tnozaki add iconv support for CP1131(Belarus DOS code).
 1.1 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 29-Nov-2006  tnozaki 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)
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 15-Jul-2007  tnozaki add CP922 support to iconv.
 1.5 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.4 18-Oct-2005  tshiozak add lacked correspondences between CP932 and UCS.
This is reported by Dave Huang on lib/25795,
MORIYAMA Masayuki <msyk _at_ mtg.biglobe.ne.jp> and
"NARUSE, Yui" <naruse _at_ airemix.com>, and fixed by MORIYAMA-san.
 1.3 08-Sep-2005  tshiozak change OOB_MODE to INVALID; this mapper is only used to be layered on
other mappers, thus ILSEQ is irrelevance.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.4 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.3 15-Feb-2006  tnozaki CP936/GBK mapping table incomplete.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 13-Dec-2006  tnozaki correct reference url.
 1.1 03-Dec-2006  tnozaki update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.2 03-Dec-2006  tnozaki update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.1 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.4 11-Feb-2006  tnozaki remove codepoint overlaps KS5601.
see src/share/i18n/esdb/CP/CP949.src
 1.3 11-Feb-2006  tnozaki Fix lib/32749: iconv(3): CP949 mapping table is incomplete.
reported by Sergey Svishchev, thanks.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.5 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.4 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.4 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.3 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.2 08-Apr-2006  tnozaki fix wrong token, s/DST_ILSEQ/DST_INVALID/.
 1.1 13-Mar-2006  tnozaki added macintosh encodings(single-byte only).
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 02-Jun-2007  tnozaki add following encoding suuport of iconvdata:
CP1046(Arabic Extended)
CP1124(Cyrillic, Ukraine)
CP1125(PC, Cyrillic, Ukrainian)
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 16-Jun-2006  tnozaki add iconv support for CP1131(Belarus DOS code).
 1.1 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.1 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.4 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 29-Nov-2006  tnozaki 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)
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.5 18-Jun-2007  tnozaki add CP116[12](Thai ISO-8859-11 variant), CP1129,CP1163(Vietnamese).
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 19-Oct-2006  tnozaki switch the conversion table from rfc1345 to unicode.org's one.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 14-Nov-2009  tnozaki 1. PR/42209 various problems with EBCDIC support in iconv(3)
part3: added CP114[0-9] support.
2. fix csmapper name separator.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 11-Mar-2005  christos PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
character set maps:

A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 15-Jul-2007  tnozaki add CP922 support to iconv.
 1.5 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.4 18-Oct-2005  tshiozak add lacked correspondences between CP932 and UCS.
This is reported by Dave Huang on lib/25795,
MORIYAMA Masayuki <msyk _at_ mtg.biglobe.ne.jp> and
"NARUSE, Yui" <naruse _at_ airemix.com>, and fixed by MORIYAMA-san.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.1 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.5 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.4 15-Feb-2006  tnozaki CP936/GBK mapping table incomplete.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 05-Mar-2007  tnozaki 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)
 1.2 13-Dec-2006  tnozaki correct reference url.
 1.1 03-Dec-2006  tnozaki update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.2 03-Dec-2006  tnozaki update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.1 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.6 11-Feb-2006  tnozaki remove codepoint overlaps with KS5601.
 1.5 11-Feb-2006  tnozaki remove codepoint overlaps KS5601.
see src/share/i18n/esdb/CP/CP949.src
 1.4 11-Feb-2006  tnozaki Fix lib/32749: iconv(3): CP949 mapping table is incomplete.
reported by Sergey Svishchev, thanks.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 17-Feb-2007  tnozaki 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.
 1.5 08-Feb-2007  tnozaki backout rev1.3's change, this broke cp932 -> eucjp-ms conversion.
 1.4 29-Nov-2006  tnozaki branches: 1.4.2;
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)
 1.3 25-Nov-2006  tnozaki use mapper_zone to avoid pivot conversion by ucs.
 1.2 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4.2.1 11-Feb-2007  tron Pull up following revision(s) (requested by tnozaki in ticket #417):
share/i18n/csmapper/CP/charset.pivot.CP.src: revision 1.5
backout rev1.3's change, this broke cp932 -> eucjp-ms conversion.
 1.13 13-Sep-2008  tnozaki fix same problem with CP932, order should be NEC_IBM -> IBM.
rev1.11 and rev1.12 is completely mistake, sorry.
 1.12 13-Sep-2008  tnozaki revert previous change, there's no problem for CP943.
 1.11 13-Sep-2008  tnozaki fix same problem with CP932, oreder should be NEC_IBM -> IBM.
 1.10 03-Sep-2008  tnozaki PR/39445, fix wrong charsets priority for CP932.
reported and tested by NARUSE, Yui-san. thanks!
 1.9 03-Dec-2006  tnozaki branches: 1.9.10; 1.9.14;
update CP942 iconv data - don't share Unicode mapping table with JISX0208:1978.
 1.8 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.7 29-Nov-2006  tnozaki branches: 1.7.2;
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)
 1.6 25-Nov-2006  tnozaki use mapper_zone to avoid pivot conversion by ucs.
 1.5 04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.4 18-Oct-2005  tshiozak add lacked correspondences between CP932 and UCS.
This is reported by Dave Huang on lib/25795,
MORIYAMA Masayuki <msyk _at_ mtg.biglobe.ne.jp> and
"NARUSE, Yui" <naruse _at_ airemix.com>, and fixed by MORIYAMA-san.
 1.3 07-Sep-2005  tshiozak attach tables to CP932<->UCS mappers for NEC-defined VDC zone.
 1.2 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.7.2.1 07-Jun-2009  bouyer Pull up following revision(s) (requested by tnozaki in ticket #1194):
share/i18n/csmapper/CP/mapper.dir.CP.src: revision 1.10 via patch
PR/39445, fix wrong charsets priority for CP932.
reported and tested by NARUSE, Yui-san. thanks!
 1.9.14.2 24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.9.14.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.9.10.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.2 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.4 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 08-Nov-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
2. correct DST_INVALID.
CP1141 is not added yet.
 1.1 31-Oct-2009  tnozaki lib/42209 various problems with EBCDIC support in iconv(3)
1. add EBCDIC-US conversion table.
2. RFC1345 have wrong conversion table, 0x00-0x1F is not EBCDIC but ISO-8.
(CP273 and CP1141 is not yet)
 1.1 23-Nov-2006  tnozaki 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
2. add iconv support for Chinese Tradisional GB12345.
 1.1 09-Sep-2006  tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
 1.4 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.3 15-Feb-2006  tnozaki CP936/GBK mapping table incomplete.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 29-Aug-2006  tnozaki * 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.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.3 29-Aug-2006  tnozaki * 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.
 1.2 25-Aug-2006  tnozaki filled 0x577A-0x577E hole with PUA.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.2 29-Aug-2006  tnozaki * 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.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.2 26-Oct-2006  tnozaki 0x2A7E is safe character.
 1.1 26-Oct-2006  tnozaki added supports for chinese encoding ISO-2022-CN-EXT.
 1.7 23-Nov-2006  tnozaki 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
2. add iconv support for Chinese Tradisional GB12345.
 1.6 26-Oct-2006  tnozaki added supports for chinese encoding ISO-2022-CN-EXT.
 1.5 09-Sep-2006  tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
 1.4 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 23-Nov-2006  tnozaki 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
2. add iconv support for Chinese Tradisional GB12345.
 1.6 22-Nov-2006  tnozaki add fallback mapping.
 1.5 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.4 15-Feb-2006  tnozaki CP936/GBK mapping table incomplete.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.2 25-Aug-2006  tnozaki filled 0x577A-0x577E hole with PUA.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.2 29-Aug-2006  tnozaki * 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.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 26-Oct-2006  tnozaki added supports for chinese encoding ISO-2022-CN-EXT.
 1.1 09-Sep-2006  tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
 1.5 23-Nov-2006  tnozaki 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
2. add iconv support for Chinese Tradisional GB12345.
 1.4 26-Oct-2006  tnozaki added supports for chinese encoding ISO-2022-CN-EXT.
 1.3 09-Sep-2006  tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
 1.2 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.6 23-Nov-2006  tnozaki 1. move GB*.esdb from i18n/esdb/MISC to i18n/esdb/GB directory.
2. add iconv support for Chinese Tradisional GB12345.
 1.5 26-Oct-2006  tnozaki added supports for chinese encoding ISO-2022-CN-EXT.
 1.4 09-Sep-2006  tnozaki add iconv GB18030 <-> Unicode BMP conversion table.
 1.3 19-Aug-2006  tnozaki remove *.mps entry that doesn't exists.
 1.2 19-Aug-2006  tnozaki 1. added iconv support of Chinese Simplefied encoding, GBK.
2. added Unicode mapping of 2byte GB18030 User Defined Area.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.2 04-Nov-2006  tnozaki change georgian-ps(geo8std)'s conversion table
from X-TrueType to Internet-Draft that more widely used.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.2 04-Nov-2006  tnozaki change georgian-ps(geo8std)'s conversion table
from X-TrueType to Internet-Draft that more widely used.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.3 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.2 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.2 04-Nov-2006  tnozaki change georgian-ps(geo8std)'s conversion table
from X-TrueType to Internet-Draft that more widely used.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.2 04-Nov-2006  tnozaki change georgian-ps(geo8std)'s conversion table
from X-TrueType to Internet-Draft that more widely used.
 1.1 15-Jun-2006  tnozaki added iconv support for georgian-ps, georgian-academy.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 12-Jul-2006  tnozaki ISO-8859-7:1987 -> ISO-8859-7:2003
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 09-Mar-2005  tshiozak remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 09-Mar-2005  tshiozak remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 09-Mar-2005  tshiozak remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 12-Jul-2006  tnozaki ISO-8859-7:1987 -> ISO-8859-7:2003
 1.4 09-Mar-2005  tshiozak remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 09-Mar-2005  tshiozak remove harmful 0x0000 to non-zero mappings.
reported by Joerg Sonnenberger on tech-userlevel@.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3 26-Oct-2006  tnozaki remove unessesary 0x00-0x20, 0x60-0x7F mapping.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.4 13-Dec-2006  tnozaki correct reference url.
 1.3 03-Dec-2006  tnozaki - correct JISX0208:1978 <-> Unicode mappings.
- gives priority to JISX0212 more than JISX0208:1978.
 1.2 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.1 29-Nov-2006  tnozaki 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)
 1.5 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.4 07-Jun-2006  tnozaki 1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014).
 1.3 18-Aug-2003  tshiozak To ensure the mapping identical, change the unicode codepoint for the reverse
solidus on JIS X 0208.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.3 09-Feb-2024  andvar fix spelling mistakes, mainly in comments and log messages.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.6 05-Mar-2007  tnozaki 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)
 1.5 29-Nov-2006  tnozaki 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)
 1.4 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.3 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.2 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 26-Oct-2006  tnozaki DST_UNIT_BITS is 8, nuke leading 0x00.
 1.4 16-Nov-2004  tnozaki fix unicode 0xFF80 page mapping, lib/28325.
OK'ed by tshiozak AT netbsd DOT org.
 1.3 14-Jul-2003  tshiozak branches: 1.3.2;
set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.3.2.1 29-Nov-2004  jmc Pullup rev 1.4 (requested by cjs in ticket #997)

Fix unicode 0xFF80 page mapping. PR#28325
 1.4 13-Dec-2006  tnozaki correct reference url.
 1.3 03-Dec-2006  tnozaki - correct JISX0208:1978 <-> Unicode mappings.
- gives priority to JISX0212 more than JISX0208:1978.
 1.2 02-Dec-2006  tnozaki 1. add IBM codepage 853 support to iconv.
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
 1.1 29-Nov-2006  tnozaki 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)
 1.7 29-Nov-2006  tnozaki 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)
 1.6 05-Jul-2006  tnozaki added fallback U+2015 -> 1-1-29.
 1.5 07-Jun-2006  tnozaki 1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014).
 1.4 18-Aug-2003  tshiozak To ensure the mapping identical, change the unicode codepoint for the reverse
solidus on JIS X 0208.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.4 09-Feb-2024  andvar fix spelling mistakes, mainly in comments and log messages.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.1 05-Mar-2007  tnozaki 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)
 1.4 05-Mar-2007  tnozaki 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)
 1.3 29-Nov-2006  tnozaki 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)
 1.2 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.5 05-Mar-2007  tnozaki 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)
 1.4 29-Nov-2006  tnozaki 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)
 1.3 18-Oct-2005  tshiozak add lacked correspondences between CP932 and UCS.
This is reported by Dave Huang on lib/25795,
MORIYAMA Masayuki <msyk _at_ mtg.biglobe.ne.jp> and
"NARUSE, Yui" <naruse _at_ airemix.com>, and fixed by MORIYAMA-san.
 1.2 19-Jul-2003  tshiozak - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.2 26-Oct-2022  andvar fix RCSID.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.2 26-Oct-2022  andvar fix RCSID.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.2 28-Apr-2011  mbalmer Kazakh character code mappings reside in KAZAKH/, not MISC/. I really wonder
why nobody noticed this before...
 1.1 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.2 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.2 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 08-Apr-2006  tnozaki 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
 1.4 11-Feb-2024  andvar Fix few more typos in comments and log message:
s/butoon/button/
s/BUTTOM/BOTTOM/
s/communicaiton/communication/
s/recevice/receive/
s/regiion/region/
 1.3 07-Mar-2007  tnozaki fix wrong mapping koi8-c,koi8-e.
 1.2 05-Mar-2007  tnozaki fix koi8-c mapping.
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.2 07-Mar-2007  tnozaki fix wrong mapping koi8-c,koi8-e.
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.3 25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.2 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 08-Apr-2006  tnozaki 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
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.2 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 08-Apr-2006  tnozaki 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
 1.2 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 08-Apr-2006  tnozaki 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
 1.4 11-Feb-2024  andvar Fix few more typos in comments and log message:
s/butoon/button/
s/BUTTOM/BOTTOM/
s/communicaiton/communication/
s/recevice/receive/
s/regiion/region/
 1.3 07-Mar-2007  tnozaki fix wrong mapping koi8-c,koi8-e.
 1.2 05-Mar-2007  tnozaki fix koi8-c mapping.
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.2 07-Mar-2007  tnozaki fix wrong mapping koi8-c,koi8-e.
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 08-Apr-2006  tnozaki 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
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 16-Sep-2006  tnozaki - rename KOI8-BASE more suitable name, GOST19768-74.
- fix wrong conversion table KOI7 and KOI7-switched.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.4 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.3 26-Sep-2003  tshiozak update conversion tables for KSC5601(KSX1001) <-> UCS.
reported by bjy.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.2 04-Dec-2006  tnozaki catch up KS X 1001:2002: added U+327E - CIRCLED HANGUL IEUNG U.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.4 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.3 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.5 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.4 26-Sep-2003  tshiozak update conversion tables for KSC5601(KSX1001) <-> UCS.
reported by bjy.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.2 04-Dec-2006  tnozaki catch up KS X 1001:2002: added U+327E - CIRCLED HANGUL IEUNG U.
 1.1 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.2 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.2 18-Oct-2006  tnozaki add new iconv module libJOHAB,
this supports S.Korean character encoding scheme ``JOHAB''.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.3 19-Jun-2006  tnozaki 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.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.3 08-Apr-2006  tnozaki 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
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 01-Jul-2003  tshiozak add KOI8-R support for iconv.
(A simple example of adding a new conversion)
 1.2 08-Apr-2006  tnozaki 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
 1.1 20-Jul-2003  tshiozak add KOI8-U encoding support for iconv.
 1.1 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.13 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.12 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.11 29-Nov-2006  tnozaki 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)
 1.10 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.9 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.8 19-Jun-2006  tnozaki 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.
 1.7 08-Apr-2006  tnozaki 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
 1.6 28-Mar-2006  tnozaki add kk_KZ.PT154 locale and iconv support for PTCP154.
 1.5 21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.4 19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.3 20-Jul-2003  tshiozak add KOI8-U encoding support for iconv.
 1.2 01-Jul-2003  tshiozak add KOI8-R support for iconv.
(A simple example of adding a new conversion)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.2 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 28-Mar-2006  tnozaki add kk_KZ.PT154 locale and iconv support for PTCP154.
 1.1 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.1 29-Nov-2006  tnozaki 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)
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.4 19-Jun-2006  tnozaki 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.
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.4 08-Apr-2006  tnozaki 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
 1.3 14-Jul-2003  tshiozak set OOB_MODE to INVALID for the UCS -> any converters.
 1.2 12-Jul-2003  tshiozak add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
 1.1 01-Jul-2003  tshiozak add KOI8-R support for iconv.
(A simple example of adding a new conversion)
 1.2 08-Apr-2006  tnozaki 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
 1.1 20-Jul-2003  tshiozak add KOI8-U encoding support for iconv.
 1.1 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.1 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.2 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.1 28-Mar-2006  tnozaki add kk_KZ.PT154 locale and iconv support for PTCP154.
 1.1 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.1 29-Nov-2006  tnozaki 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)
 1.11 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.10 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.9 29-Nov-2006  tnozaki 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)
 1.8 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.7 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.6 19-Jun-2006  tnozaki 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.
 1.5 08-Apr-2006  tnozaki 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
 1.4 28-Mar-2006  tnozaki add kk_KZ.PT154 locale and iconv support for PTCP154.
 1.3 20-Jul-2003  tshiozak add KOI8-U encoding support for iconv.
 1.2 01-Jul-2003  tshiozak add KOI8-R support for iconv.
(A simple example of adding a new conversion)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.12 15-Jul-2007  tnozaki forgot to add dec-mcs entry to mapper.dir
 1.11 01-Apr-2007  tnozaki add new encoding support to iconv(3):
- RISCOS-LATIN1
- DEC-MCS
- DEC-HANYU(libDECHanyu)
 1.10 13-Mar-2007  tnozaki 1. added iconv support of KZ-1048 encoding
2. move PTCP154 to KAZAKH directory.
 1.9 29-Nov-2006  tnozaki 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)
 1.8 25-Nov-2006  tnozaki 1. add iconv support for Lao language - CP1133, MULELAO-1.
2. add alias Thai language: TIS620, ISO-IR-166.
 1.7 19-Oct-2006  tnozaki add new iconvdata ATARIST, HP-ROMAN8, NEXTSTEP.
 1.6 19-Jun-2006  tnozaki 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.
 1.5 08-Apr-2006  tnozaki 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
 1.4 28-Mar-2006  tnozaki add kk_KZ.PT154 locale and iconv support for PTCP154.
 1.3 20-Jul-2003  tshiozak add KOI8-U encoding support for iconv.
 1.2 01-Jul-2003  tshiozak add KOI8-R support for iconv.
(A simple example of adding a new conversion)
 1.1 27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.
 1.1 13-Nov-2006  tnozaki 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.

RSS XML Feed