| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
when encoding non-BMP unicode characters. (Submitted by Ray Chason)
|
|
|
|
|
|
|
|
| |
- gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.
- iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312
codepoints to conform the standard.
- iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
codepoints now.
|
|
|
|
| |
SS2 (single-shift 2) escape sequences correctly.
|
|
|
|
| |
- Do some minor code clean-ups.
|
|
|
|
|
| |
found on legacy C compilers of HP-UX, IRIX and Tru64. (Reported
by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)
|
|
|
|
| |
and width clearly don't need to be signed.
|
|
and installed layouts to make maintenance simple and easy. And it
also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004
and iso2022-jp-2004.
|