[I18n-sig] JapaneseCodecs 1.1 with ISO-2022-JP codec

Tamito KAJIYAMA kajiyama@grad.sccs.chukyo-u.ac.jp
Sat, 25 Nov 2000 03:58:10 +0900


Hi all,

I've released JapaneseCodecs version 1.1.  It is available,
as usual, at:

  http://pseudo.grad.sccs.chukyo-u.ac.jp/~kajiyama/python/

The package now contains a codec for ISO-2022-JP (so-called
7-bit JIS).  That can be used, for example, to encode/decode
e-mails written in Japanese.

In addition, the ReadStream classes for all encodings are
improved so that read(), readline() and readlines() do not
return an empty string unless an EOF is reached.

Added and modified files have been checked into the Python
Codecs CVS repository.

Thanks,

-- 
KAJIYAMA, Tamito <kajiyama@grad.sccs.chukyo-u.ac.jp>