| #
fd2dd8ec |
| 01-Apr-2007 |
tnozaki <tnozaki@NetBSD.org> |
add new encoding support to iconv(3): - RISCOS-LATIN1 - DEC-MCS - DEC-HANYU(libDECHanyu)
|
| #
8033a5b0 |
| 22-Nov-2006 |
tnozaki <tnozaki@NetBSD.org> |
1. add iconv support for following encodings: Chinese Simplefied HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ) zW - 7bit stateful encoding, see RFC1842. (libZ
1. add iconv support for following encodings: Chinese Simplefied HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ) zW - 7bit stateful encoding, see RFC1842. (libZW) 2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
show more ...
|
| #
79a70a82 |
| 13-Nov-2006 |
tnozaki <tnozaki@NetBSD.org> |
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
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.
show more ...
|
| #
2e2fc44e |
| 18-Oct-2006 |
tnozaki <tnozaki@NetBSD.org> |
add new iconv module libJOHAB, this supports S.Korean character encoding scheme ``JOHAB''.
|
| #
45885f7f |
| 06-Mar-2005 |
tnozaki <tnozaki@NetBSD.org> |
add new citrus iconv module UTF-7.
|
| #
d710132b |
| 25-Jun-2003 |
tshiozak <tshiozak@NetBSD.org> |
Citrus iconv support(2) add new plugin modules and bump minor (because of some new I/Fs).
|
| #
c2cadb8a |
| 25-Mar-2003 |
tshiozak <tshiozak@NetBSD.org> |
add support for zh_CN.GB18030 locale. (lib/20835 by sigsegv at s25 dot xrea dot com) XXX: charclass for GBK compatible area is not supported.
|
| #
dc7d18ff |
| 17-Mar-2002 |
tshiozak <tshiozak@NetBSD.org> |
refine i18n stuffs. - add libc/citrus directory. this directory contains the common stuffs not only for locale but also other facilities relating to i18n (e.g. iconv). - To keep the binar
refine i18n stuffs. - add libc/citrus directory. this directory contains the common stuffs not only for locale but also other facilities relating to i18n (e.g. iconv). - To keep the binary compatibility for the ctype modules easily, the interface between libc and the modules is simplified. - For the future integrated extension, module pool is renamed from "/usr/lib/runemodule" to "/usr/lib/i18n". In the future, this directory will contain the modules for "iconv", "collation", etc. - some cosmetic changes. - Bug fix for runetype.h; __attribute__((__packed__)) is placed at the wrong position and it is invalid unintentionally. But, the all members of the structures seem well-aligned. Thus, this bug causes no problem, hopefully.
HEADS UP: - /usr/lib/rumemodule is obsoleted. If you use the multibyte locales, you need to install /usr/lib/i18n/* from sys/lib/i18n_module . - The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept. Perhaps, the bug fix about __packed__ mentioned above breaks the compatibility... Be careful especially on 64bit platforms.
show more ...
|