It has been almost 3 month -- a whole quater -- since I released last version of Encode. Now I am releasing ver. 1.76 because it contains minor but significant change -- to get Traditional Chinese right.
Whole: http://www.dan.co.jp/~dankogai/Encode-1.76.tar.gz your CPAN mirror Diff: N/A And here are changes. It differs from perl-5.8.0/ext/Encode only in 2 files, ucm/big5-eten.ucm and t/big5-eten.utf (Besides RCS tags and Changes). However, I reckon it is imperative this patch goes into perl(-current|5.8.1|5.9) or Camel's notion of Traditional Chinese remains incorrect so please proceed w/ the fix, pumpkings, XiexieGongzuo! $Revision: 1.76 $ $Date: 2002/08/25 15:09:51 $ ! t/big5-eten.utf To reflect ucm change by Autrijus. t/big5-eten.enc was regenerated but naturally identical to previous version -- dankogai ! ucm/big5-eten.ucm Codepoint fixes -- autrijus Message-Id: <[EMAIL PROTECTED]> = * copied everything under perl-5.8.0/ext/Encode to make sure Encode is in sync w/ perl core ! t/CJKT.t t/guess.t Change 17175 by jhi@alpha on 2002/06/10 23:24:42 Now that binmode(FH) does implicit ":bytes" revisit the failing tests. The worrisome one is the Digest::MD5 test-- how will it fare in CRLF lands now? ! t/CJKT.t t/guess.t From: Radu Greab <[EMAIL PROTECTED]> Date: Mon, 10 Jun 2002 00:40:34 +0300 Message-Id: <[EMAIL PROTECTED]> Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t ones which I cannot figure out. ! lib/Encode/Alias.pm Subject: [Encode PATCH] spurious warning From: Nicholas Clark <[EMAIL PROTECTED]> Date: Sun, 2 Jun 2002 20:26:22 +0100 Message-ID: <[EMAIL PROTECTED]> Dan the Encode Maintainer