Folks, Encode-1.10 is now available via
http://www.dan.co.jp/~dankogai/Encode-1.10.tar.gz As well as CPAN -- before the Fool's day (in Zulu, that is. It already is in JST (+0900)). Detailed Changes after the sig. Here is the summery of changes tha may affect others. * encoding.pm is now part of project Encode. Much of Charset.pm capabilities moved. pod rewritten in great deal. Test suites added. jhi, please - lib/encoding.{t,pm} to the core. * piconv now installed by default and I would like jhi to + utils/piconv.PL to the core. * enc2xs has been cleaned up so that autogenerated files via -M uses skelton files (*.e2x installed in @INC/Encode). ! Now *.ucm are not installed by default. You can override this by adding INSTALL_UCM to MakeMaker Option. This must make Autrijus happier. Enjoy! Dan the Encode Maintainer 1.10 $Date: 2002/03/31 21:32:42 $ ! Makefile.PL ! README INSTALL_UCM option added to Makefile.PL so you can install *.ucm if you want. This should make Autrijus happy. Also, piconv is added to default install. + Encode/*.e2x ! bin/enc2xs Here-documented files that enc2xs generates are now exported to *.e2x. Much cleaner and easier to debug. ! encoding.pm encoding enhances so you can make it act more like such (now prehistoric ) "localized" variations of perl like Jperl. + t/jperl.t Further test for encoding.pm. Written in euc-jp + encoding.pm + t/encoding.t Taken over form jhi. Message-Id: <[EMAIL PROTECTED]> - Encode/*.ucm + ucm/*.ucm ! Makefile.PL ! */Makefile.PL *.ucm relocated to ucm/ so MakeMaker will not install'em by default. - ucm2table + bin/ucm2table *** ! AUTHORS ! Byte/Byte.pm ! Encode.pm ! Encode/macIceland.ucm ! lib/Encode/Alias.pm ! lib/Encode/Supported.pod MacIceland fixes and Pod Typo fixes. This adds Andreas to AUTHORS. Message-Id: <[EMAIL PROTECTED]>