Home | History | Annotate | only in /src/share/i18n/csmapper/MISC
History log of /src/share/i18n/csmapper/MISC
RevisionDateAuthorComments
 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.

RSS XML Feed