tnozaki
1bf1d71e3c
iconv: add following CCS/CES support.
...
- CNS11643-[3-7] <-> UCS:BMP/SIP (EUC-TW, ISO-2022-CN-EXT)
- HKSCS <-> UCS:BMP/SIP (Big5-HKSCS)
- JISX0213-[1-2] <-> UCS:BMP/SIP (EUC-JIS-2004,Shift_JIS-2004,ISO-2022-JP-2004)
2007-03-05 16:57:06 +00:00
tnozaki
e012779dec
correct reference url.
2006-12-13 15:40:42 +00:00
tnozaki
da493f6484
- correct JISX0208:1978 <-> Unicode mappings.
...
- gives priority to JISX0212 more than JISX0208:1978.
2006-12-03 12:02:05 +00:00
tnozaki
afa086e571
1. add IBM codepage 853 support to iconv.
...
2. correct JISX0208:1978 <-> Unicode mapping for IBM942.
2006-12-02 14:36:13 +00:00
tnozaki
e105ab22c2
add iconv support following encoding:
...
CP858 - CP850 with euro sign
CP942 - variant of CP932(JIS-ROMAN + JIS78)
CP942C - ditto(ASCII + JIS78)
CP943 - ditto(JIS-ROMAN + JIS83)
CP943C - ditto(ASCII + JIS83)
TDS565 - Turkmen Alphabet(ISO-IR-230)
2006-11-29 15:45:26 +00:00
tnozaki
4b8989d796
remove unessesary 0x00-0x20, 0x60-0x7F mapping.
2006-10-26 16:19:02 +00:00
tnozaki
e53a1bf203
DST_UNIT_BITS is 8, nuke leading 0x00.
2006-10-26 16:04:21 +00:00
tnozaki
2a35d342e7
added fallback U+2015 -> 1-1-29.
2006-07-05 15:27:53 +00:00
tnozaki
f52a3ac4b6
1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014).
2006-06-07 17:04:37 +00:00
tshiozak
87a9a60239
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.
2005-10-18 06:49:28 +00:00
tnozaki
a966c55826
fix unicode 0xFF80 page mapping, lib/28325.
...
OK'ed by tshiozak AT netbsd DOT org.
2004-11-16 18:36:15 +00:00
lukem
130ab7336b
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.
2003-10-21 10:01:19 +00:00
lukem
87700a22c8
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)
2003-10-19 14:08:50 +00:00
tshiozak
ad49f181fd
To ensure the mapping identical, change the unicode codepoint for the reverse
...
solidus on JIS X 0208.
2003-08-18 15:28:25 +00:00
tshiozak
173e5850f7
- 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
2003-07-19 20:20:39 +00:00
tshiozak
99831f71fd
set OOB_MODE to INVALID for the UCS -> any converters.
2003-07-14 06:03:36 +00:00
tshiozak
5428a0306b
add OOB_MODE (out of bounds mode) and change DST_INVALID to DST_ILSEQ.
2003-07-12 16:11:01 +00:00
tshiozak
1d910e61f7
Citrus iconv support(5)
...
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.
2003-06-27 08:39:59 +00:00