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: <20020805040236(_dot_)GC5220(_at_)not(_dot_)autrijus(_dot_)org>
= *
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(_at_)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 <radu(_at_)netsoft(_dot_)ro>
Date: Mon, 10 Jun 2002 00:40:34 +0300
Message-Id: <200206092140(_dot_)g59LeYn15745(_at_)ix(_dot_)netsoft(_dot_)ro>
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 <nick(_at_)unfortu(_dot_)net>
Date: Sun, 2 Jun 2002 20:26:22 +0100
Message-ID: <20020602192619(_dot_)GA320(_at_)Bagpuss(_dot_)unfortu(_dot_)net>
Dan the Encode Maintainer