1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/lib/libiconv_modules
Tijl Coosemans f171d54687 When only 2 bytes can be read from a 4 byte UTF-16 character in a base64
encoded chunk of a UTF-7 string, treat that as an incomplete character and
return an error instead of a shift sequence and no error.

Also check that the low 2 bytes have a valid value.

MFC after:	1 week
2015-05-24 15:47:06 +00:00
..
BIG5 Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
DECHanyu Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
EUC Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
EUCTW Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
GBK2K Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
HZ Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
iconv_none Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
iconv_std Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
ISO2022 Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
JOHAB Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
mapper_646
mapper_none
mapper_parallel
mapper_serial
mapper_std - In the libiconv module for ISO 2022 restore the original order of the 2014-04-01 10:36:11 +00:00
mapper_zone
MSKanji Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
UES Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
UTF7 When only 2 bytes can be read from a 4 byte UTF-16 character in a base64 2015-05-24 15:47:06 +00:00
UTF8 Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
UTF1632 Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
VIQR Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
ZW Remove the const qualifier from iconv(3) to comply with POSIX: 2015-04-15 09:09:20 +00:00
Makefile
Makefile.inc Spell NO_PROFILE= as MK_PROFILE=no. 2014-04-25 19:25:26 +00:00