[Patches] [ python-Patches-720585 ] iconv_codec 3rd generation
SourceForge.net
noreply at sourceforge.net
Sun Jan 4 19:42:03 EST 2004
Patches item #720585, was opened at 2003-04-13 20:02
Message generated for change (Comment added) made by perky
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=720585&group_id=5470
Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Hye-Shik Chang (perky)
Assigned to: Nobody/Anonymous (nobody)
Summary: iconv_codec 3rd generation
Initial Comment:
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
----------------------------------------------------------------------
>Comment By: Hye-Shik Chang (perky)
Date: 2004-01-05 09:42
Message:
Logged In: YES
user_id=55188
I'll submit CJKCodecs instead of this.
----------------------------------------------------------------------
Comment By: Hye-Shik Chang (perky)
Date: 2003-04-13 20:29
Message:
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:
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=720585&group_id=5470
More information about the Patches
mailing list