perl-unicode

[Encode] 1.58 Released

2002-04-22 17:23:14
I am sorry to release Encode-1.58 after less than 24 hours of the release of 1.57. Available at

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

No code has changed. Even for documentation, only one type in TW/TW.pm was fixed. Then why 1.58? t/* has undergone major reorg!

Now all CJKT charsets, including vendor charsets, are tested for round-trip. In a way t/JP.t and t/KR.t are aggregated to t/CJKT.t. t/CN.t and t/TW.t by Autrijus are renamed to t/at-cn.t and t/at-tw.t, respectively. In order to t/CJKT.t do all the tests, test data are recreated. therefore there is no diff file (they are relatively big!). And most of all, t/CJKT.t is run even with -Uuseperlio. See this!

> make test
[...]
ext/Encode/t/Aliases................ok
ext/Encode/t/CJKT...................ok
ext/Encode/t/Encode.................ok
ext/Encode/t/Encoder................ok
ext/Encode/t/Unicode................ok
ext/Encode/t/at-cn..................ok
ext/Encode/t/at-tw..................skipping test on this platform
ext/Encode/t/encoding...............skipping test on this platform
ext/Encode/t/fallback...............ok
ext/Encode/t/grow...................ok
ext/Encode/t/jperl..................skipping test on this platform
ext/Encode/t/perlio.................skipping test on this platform
[....]
ext/PerlIO/PerlIO...................skipping test on this platform
ext/PerlIO/t/encoding...............skipping test on this platform
ext/PerlIO/t/scalar.................skipping test on this platform
ext/PerlIO/t/via....................skipping test on this platform
[....]
All tests successful.
u=2.85156  s=1.52344  cu=176.336  cs=20.3672  scripts=629  tests=63334

Dan the Encode Maintainer

$Revision: 1.58 $ $Date: 2002/04/22 23:54:22 $
! TW/TW.pm
  s/MacChineseSimp/MacChineseTrad/ # ... oops.
! bin/ucm2text
! t/*.t
- t/*.euc t/*.ref
+ t/*.enc t/*.utf
  Now all CJKT encodings go thru round-trip test via t/CJKT.t.
  t/(CN|TW).t by Autrijus are renamed at-(cn|tw).t
  t/(JP|KR).t are aggregated to t/CJKT.t
  test data are all remade via bin/ucm2text.
  And ....  They are no longer skipped for -Uuseperlio !

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