develooper Front page | perl.perl5.porters | Postings from February 2003

Re: [Encode] 1.87 Released

Thread Previous | Thread Next
From:
sthoenna
Date:
February 19, 2003 14:16
Subject:
Re: [Encode] 1.87 Released
Message ID:
vCAV+gzkg+ZM092yn@efn.org
On Thu, 6 Feb 2003 11:07:43 +0900, dankogai@dan.co.jp wrote:
>Here it is.  Encode 1.87.  Available as:
>
>http://www.dan.co.jp/~dankogai/Encode-1.87.tar.gz and CPAN near you.

How's 1.88 coming?  I want to make sure the patch below wasn't forgotten.

--- perl/ext/Encode/t/enc_eucjp.t.orig	Wed Feb  5 21:13:36 2003
+++ perl/ext/Encode/t/enc_eucjp.t	Wed Feb 19 13:57:04 2003
@@ -66,6 +66,7 @@
 }
 print $a =~ qr{^utf8 "\\x80" does not map to Unicode} ?
   "ok $t - illegal utf8 input\n" : "not ok $t - illegal utf8 input: a = " . unpack("H*", $a) . "\n";
+close F;
 
 END {
   1 while unlink @f;
--- perl/ext/Encode/t/enc_utf8.t.orig	Wed Jan 22 06:29:12 2003
+++ perl/ext/Encode/t/enc_utf8.t	Wed Feb 19 13:56:50 2003
@@ -65,6 +65,7 @@
 }
 print $a =~ qr{^utf8 "\\x80" does not map to Unicode} ?
   "ok $t - illegal utf8 input\n" : "not ok $t - illegal utf8 input: a = " . unpack("H*", $a) . "\n";
+close F;
 
 END {
   1 while unlink @f;
End of Patch.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About