freebsd-dev/lib/libiconv_modules
Hiroki Sato 7c5b23111c Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ
when there is an invalid character in the output codeset while it is
valid in the input.  However, POSIX requires iconv() to perform an
implementation-defined conversion on the character.  So, Citrus iconv converts
such a character to a special character which means it is invalid in the
output codeset.

This is not a problem in most cases but some software like libxml2 depends
on GNU's behavior to determine if a character is output as-is or another form
such as a character entity (&#NNN;).
2013-11-25 01:26:06 +00:00
..
BIG5
DECHanyu
EUC
EUCTW
GBK2K
HZ
iconv_none
iconv_std Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ 2013-11-25 01:26:06 +00:00
ISO2022
JOHAB
mapper_646
mapper_none
mapper_parallel
mapper_serial
mapper_std
mapper_zone
MSKanji
UES
UTF7 Bug fixes in iconv(3) UTF-7 support. 2013-11-18 18:14:23 +00:00
UTF8
UTF1632
VIQR
ZW
Makefile Use Makefile.inc instead of .export. 2013-09-06 10:40:38 +00:00
Makefile.inc Use Makefile.inc instead of .export. 2013-09-06 10:40:38 +00:00