[Encode] 2.12 Released!

[email protected] (Dan Kogai)
Newsgroups perl.unicode,perl.perl5.porters
Message-ID <[email protected]>
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 "<U+%04X>",  
shift });

        Acts like FB_PERLQQ but <U+XXXX> is used instead of \x{XXXX}.

=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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.