perl-unicode

[Encode] 1.95 released

2003-05-21 02:30:05
Porters,

  Encode 1.95 is now out.  Available as follows;

Whole:
        http://www.dan.co.jp/~dankogai/Encode-1.95.tar.gz and CPAN
Diff agains perl(_at_)19575
        http://www.dan.co.jp/~dankogai/Encode-19575.diff.gz

And here are Changes. UTF-7 is now supported and ISO-8859-* mappings are regenerated since David Graff found that ISO-8859-6 (Arabic) did not match that of unicode.org

$Revision: 1.95 $ $Date: 2003/05/21 08:41:11 $
! ucm/8859-*.ucm
  Since bogus entries were found in iso-8859-6, all entries are
  re-generated once again out of
  http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-*.TXT
  Thank David Graff <graff(_at_)unagi(_dot_)cis(_dot_)upenn(_dot_)edu> for the 
discovery
  Message-Id: 
<200305201819(_dot_)h4KIJRRU013746(_at_)unagi(_dot_)cis(_dot_)upenn(_dot_)edu>
+ lib/Encode/Unicode/UTF7.pm
! lib/Encode/Config.pm lib/Encode/Alias.pm Unicode/Unicode.pm t/Unicode.t
  lib/Encode/Supported.pod
  UTF-7 support is now added.  With this Encode now has all transcoding
  methods in Unicode::String.

Dan the Encode Maintainer