Re: [Encode] 2.12 Released!
On Thu, Sep 08, 2005 at 11:27:21PM +0900, Dan Kogai wrote: > Porters, > > I am pleased to release Encode Version 2.12 as follows; > Thanks! I've applied the changes as Change #25609. Steve Peters [EMAIL PROTECTED]
Re: [Encode] 2.12 Released!
On Sep 08, 2005, at 23:34 , Sastry wrote: Hi Dan Please check my previous mail on Encode problem on EBCDIC. Did you apply the patch in this new Version?(Seems like that is broken on EBCDIC platform as I happened to test on z/OS) I wil be glad if you can reply me for the previous mail at the earliest! Ouch. Crisscrossed. I checked AFTER I've subscribed the patch. I just want to make sure you are talking about the one below; From: [EMAIL PROTECTED] Subject: Re: Encode on EBCDIC patch( Doesn't Work) Date: September 08, 2005 22:14:35 JST To: [EMAIL PROTECTED] Cc: perl5-porters@perl.org Reply-To: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> As for the upgrade the 2.12 DOES NOT contain my ad-hoc workaround patch. I'm not going to ship anything like that without tests. Dan the Encode Maintainer
[Encode] 2.12 Released!
Porters, I am pleased to release Encode Version 2.12 as follows; =head1 Availability http://www.dan.co.jp/~dankogai/cpan/Encode-2.12.tar.gz and CPAN near you. =head1 Highlight You can finally use coderef to CHECK. coderef for CHECK As of Encode 2.12 CHECK can also be a code reference which takes the ord value of unmapped caharacter as an argument and returns a string that represents the fallback character. For instance, $ascii = encode("ascii", $utf8, sub{ sprintf "", shift }); Acts like FB_PERLQQ but is used instead of \x{}. =head1 Changes $Revision: 2.12 $ $Date: 2005/09/08 14:17:17 $ ! Encode.xs Encode.pm t/fallback.t Now accepts coderef for CHECK! ! ucm/8859-7.ucm Updated to newer version at unicode.org http://rt.cpan.org/NoAuth/Bug.html?id=14222 ! lib/Encode/Supported.pod More POD typo fixed. <[EMAIL PROTECTED]> ! encoding.pm More POD typo leftover fixed. Message-Id: <[EMAIL PROTECTED]> =head1 Signature Dan the Encode Maintainer