Re: KoreanCodecs 2.0 released
"M.-A. Lemburg" <[email protected]>
| Newsgroups | gmane.comp.python.internationalization |
|---|---|
| Organization | eGenix.com Software GmbH |
| Message-ID | <[email protected]> |
Hye-Shik Chang wrote: > > Hello! > > I've released KoreanCodecs 2.0. > It is reimplemented based on JapaneseCodecs 1.4. > > Supported Charsets: > euc-kr (aliases: ksc5601, ksx1001) > cp949 (aliases: uhc, ms949) > iso-2022-kr > johab > unijohab > qwerty2bul (aliases: 2bul) > > Additional Utility: > korean.hangul : Korean character analyzer Great ! > Some of those charsets doesn't have StreamWriter/Reader yet. > And, it has only pure python implementation now. > (Sorry (: I'll add C impl. soon.) > > http://sourceforge.net/projects/koco > > If you use FreeBSD, just do > > # cd /usr/ports/korean/pycodec > # make install clean I'd add a distutils setup.py style install script to the package -- it makes things easier for you and your users. -- Marc-Andre Lemburg CEO eGenix.com Software GmbH ______________________________________________________________________ Company & Consulting: http://www.egenix.com/ Python Software: http://www.egenix.com/files/python/