libiconv: implement UTF-8 encode/decode Implement own UTF-8 encoding and decoding...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Feb 2012 01:29:42 +0000 (01:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Feb 2012 01:29:42 +0000 (01:29 +0000)
commit8305a0c7432e6dd17bcf2eaa7b15bdf637b76123
tree6a5a70fe76e2dc1ec42f6ede18f14cf1c6811dd0
parent5e554c8f6d33a9bc953b28df2f3687475063a44a
libiconv: implement UTF-8 encode/decode Implement own UTF-8 encoding and decoding routines as uClibc's wchar procedures are mostly stubbed. Add UTF-8 -> Latin9 (ISO-8859-15) encoding support while we're at it.

SVN-Revision: 30006
libs/libiconv/Makefile
libs/libiconv/src/iconv.c