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

Reply via email to