Pumpkings and Porters,

I decided to finish my homework before I leave Portland. That is, Encode-2.11.

=head1 AVAILABILITY

Whole:
http://www.dan.co.jp/~dankogai/cpan/Encode-2.11.tar.gz
or CPAN near you

Patch against maintperl (see the patch against ext/PerlIO/encoding/ encoding.pm below):

http://www.dan.co.jp/~dankogai/cpan/Encode211-maint.diff.gz

=head1 OVERVIEW

* Fixes utf-8-strict vs. PerlIO issue (see below)
* New Encoding: MIME-Header-ISO_2022_JP
* Lots of POD typo fixes

=head1 CHANGES

$Revision: 2.11 $ $Date: 2005/08/05 10:58:25 $
! AUTHORS CHANGES
  To reflect changes below
! Encode.pm encoding.pm
  lib/Encode/Alias.pm lib/Encode/PerlIO.pod lib/Encode/Supported.pod
  Typo fixed by Piotr Fusik in Change 25261 & 25266
  Message-ID: <[EMAIL PROTECTED]>
! Encode.xs
  Addresses "BUG REPORT: panic in Encode.xs".
  Message-Id: <[EMAIL PROTECTED]>
+ lib/Encode/MIME/Header/ISO_2022_JP.pm mime_header_iso2022jp.t
! lib/Encode/MIME/Header.pm lib/Encode/Config.pm
  Encoding 'MIME-Header-ISO_2022_JP' is introduced by Makamaka
  Message-Id: <[EMAIL PROTECTED]>
! Encode/encode.h Encode.pm Encode.xs
  PerlIO's "encoding(utf-8-strict)" got a problem w/ partial character.
Found and addressed by KONNO Hiroharu <[EMAIL PROTECTED]>
  See also ext/PerlIO/encoding/encoding.pm
  Message-Id: <[EMAIL PROTECTED]>

=head1 CAVEAT

To fix "encoding(utf-8-strict)", you need the patch below as well.

--- perl-5.8.x/ext/PerlIO/encoding/encoding.pm 2003-05-24 18:05:11.000000000 +0
900
+++ perl-5.8.x-dan/ext/PerlIO/encoding/encoding.pm 2005-08-05 20:17:46.0000
00000 +0900
@@ -1,6 +1,6 @@
package PerlIO::encoding;
use strict;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our $DEBUG = 0;
$DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
@@ -12,7 +12,8 @@
use XSLoader ();
XSLoader::load(__PACKAGE__, $VERSION);
-our $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR();
+our $fallback =
+    Encode::PERLQQ()|Encode::WARN_ON_ERR()|Encode::STOP_AT_PARTIAL();
1;
__END__

=head1 SIGNATURE

Dan the Encode Maintainer

P.S. Nicholas & Rafael: Sorry if you received this mail twice. What happened was that @perl.org hates SMTP session from my hotel.

# mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
151411631ED     2883 Fri Aug  5 20:34:03  [EMAIL PROTECTED]
(host mx.develooper.com[63.251.223.176] said: 450 SPF error: SPF record error: DNS error while looking up 70.211.154.12.in-addr.arpa PTR: SERVFAIL (in reply to RCPT TO command))
                                         perl5-porters@perl.org

My powerbook is configured so it takes care of its SMTP but I have reconfigured my MUA so that it uses SMTP server @dan.co.jp.




Reply via email to