From: Ernst B. <e.b...@xe...> - 2006-09-15 19:09:18
|
Hi, I just commited a charset converter plugin, usefull e.g. when reading utf8= =20 data to display on a iso8859-1 display etc. the function is called with=20 iconv(<from charset>, <to charset>, <text to convert>); like: iconv('latin1','utf8',iconv('utf8','latin1','=E4=F6=FC')) It simply wraps the iconv function from glibc, so a list of supported chars= ets=20 can be seen by running "iconv --list" I only committed files I directly changed, not those generated by=20 autoconf/make, since my versions seem to generate something quite different= =20 here. Maybe one of you with the "correct" versions installed could bootstrap and= =20 then commit "Makefile.in", "aclocal.m4" and "configure". Bye, /Ernst |