aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/sdt/sdt.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-11-25 01:26:06 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-11-25 01:26:06 +0000
commit7c5b23111c5fd1992047922d4247c4a1ce1bb6c3 (patch)
tree7c53259610137077d7bca0370a6246a61e862300 /sys/cddl/dev/sdt/sdt.c
parent1b57cec7d999c971d6c4bcb3df6f6397670e1326 (diff)
downloadsrc-7c5b23111c5fd1992047922d4247c4a1ce1bb6c3.tar.gz
src-7c5b23111c5fd1992047922d4247c4a1ce1bb6c3.zip
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;).
Notes
Notes: svn path=/head/; revision=258537
Diffstat (limited to 'sys/cddl/dev/sdt/sdt.c')
0 files changed, 0 insertions, 0 deletions