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

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