perl-unicode

[Encode] 1.78 released

2002-10-20 09:30:04
Hugo and porters,

On Sunday, Oct 20, 2002, at 23:30 Asia/Tokyo, Nick Ing-Simmons wrote:
Go ahead and take the new tables.
Tcl/Tk can fight its own battles (though once I have a solid Tk804
I will be offering them patches). I don't think cp932 is going
to affect any fonts (Windows fonts being Unicode indexed and
X11 fonts needing a fixed width encoding).

With his consent and patches, I am now ready to release Encode-1.78. Available as follows;

Whole:
        http://www.dan.co.jp/~dankogai/Encode-1.78.tar.gz
        and CPAN

Since I know hugo does not use diff, no diff was made. At any rate with a new cp9?? mappings diff is too irrelevant.

=head1 Highlights

 * Encode::utf8 is now handled by XS, thanks to Nick In-XS.
* cp9\d\d.ucm (CJKT code pages) are now generated by mapping files at MS rather than UC
 * Documentation fixes

=head1 Changes

$Revision: 1.78 $ $Date: 2002/10/20 15:44:00 $
! lib/Encode/MIME/Header.pm
  fixed so that it works with new Encode::utf8
! Encode.pm Encode.xs
  Encode::utf8 is now in Encode.xs by Nick In-XS.  This allows
  :encoding(UTF-8) to handle partial chars at end of buffers
  correctly.
  Message-Id: 
<20021020134935(_dot_)2079(_dot_)3(_at_)bactrian(_dot_)ni-s(_dot_)u-net(_dot_)com>
! lib/Encode/Supported.pod
  More nitpickings applied.
+ t/rt.pl MANIFEST
! t/CJKT.t
  Moriyama-san has discovered a serious bug in t/CJKT.t; its roundtrip
  tests were completely useless.  To redeem that and get the peace of
  mind again, I wrote t/rt.pl to test ALL '|0' ENTRIES in all
  ucm/*.ucm Since this script takes too long to finish (30 seconds on
  PIII-800MHz, FreeBSD), it is deliberately excluded from 'make test'
  but you can easily run that by either renaming it or:
    perl -Mblib t/rt.pl
  Message-Id: 
<20021019065420(_dot_)0C48(_dot_)MSYK(_at_)mtg(_dot_)biglobe(_dot_)ne(_dot_)jp>
! ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
  Other CJKT cp9?? also updated according to the URI below;
  http://www.microsoft.com/typography/unicode/cscp.htm
+ bin/ucmsort MANIFEST
  ucmsort is a crude utility that sorts CHARMAP entries in UCM files
  to proper order.  intended for hardcore develpers only.
! ucm/cp932.ucm JP/JP.pm AUTHORS
  CP932 mapping which was based upon the mapping file at unicode.org
  was found obsolete by MORIYAMA Masayuki 
msyk(_at_)mtg(_dot_)biglobe(_dot_)ne(_dot_)jp>.  He
  has also supplied the patch so he was added to AUTHORS.
! lib/Encode/Supported.pod
  ISO-8859-11 != TIS 620
              == TIS 620 + \xA0 (&nbsp;)
  Message-Id:
  
<DC504E9C3384054C8506D3E6BB012460810D23(_at_)bsebe001(_dot_)americas(_dot_)nokia(_dot_)com>

=head1 Enjoy

Dan the Encode Maintainer

<Prev in Thread] Current Thread [Next in Thread>