Full featured and standalone iconv_codec implementation. - Supports UCS, UCS-SWAPPED, UTF-8 unicode encodings with runtime detection. - Supports even _sane_ StreamReader and StreamWriter. Tested on {Free,Net}BSD, Debian Linux, MacOS X, Solaris 9 and Cygwin
Logged In: YES user_id=55188 If the poor libiconv implementations are concerned, how about enabling iconv_codec only on platforms that we can expect sane iconv? - if platform not in ['darwin'] and iconv_incs is not None: + if platform in ['freebsd3', 'freebsd4', 'freebsd5', 'netbsd1', + 'linux2', 'sunos5'] and iconv_incs is not None: