perl-unicode

[Encode] 1.66 Released

2002-04-30 22:58:40
My fever is down at last when I released Encode-1.66, available as follows;

Whole:
        http://www.dan.co.jp/~dankogai/Encode-1.66.tar.gz or CPAN
Diff against current: 264 lines
        http://www.dan.co.jp/~dankogai/current-1.66.diff.gz

And Changes.

$Revision: 1.66 $ $Date: 2002/05/01 05:41:06 $
! Encode.xs t/fallback.t
  WARN_ON_ERR no longer assumes RETURN_ON_ERR so you can issue a warning
  while fallback is in effect.  This even came with a welcome side-effect
  of cleaner code with less nests!  Thank you, NI-XS.  t/fallback.t is
  also modified to test this.
And of course, the corresponding varialbles to UV[Xx]f are appropriately
  cast.  This should've concluded NI-XS homework.
! Encode.pm
  encode(undef) does warn again!  Repented upon suggestion by NI-XS.
  Document for unless vs. '' added
  Message-Id: 
<20020430171547(_dot_)3322(_dot_)13(_at_)bactrian(_dot_)elixent(_dot_)com>

As you see, this is a NI-XS homework issue. Now I have only djgpp to left (I think. djgpp is just soooo slow on my env.)

Dan the Encode Maintainer