Encode 1.76 Released
Dan Kogai [Sun, 25 Aug 2002 18:43:06 +0000 (18:43 +0000)]
Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>

p4raw-id: //depot/perl@17778

ext/Encode/Changes
ext/Encode/Encode.pm
ext/Encode/bin/piconv
ext/Encode/encoding.pm
ext/Encode/lib/Encode/Alias.pm
ext/Encode/lib/Encode/MIME/Header.pm
ext/Encode/t/big5-eten.utf
ext/Encode/ucm/big5-eten.ucm

index 3658d44..7eb50a4 100644 (file)
@@ -1,9 +1,36 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 1.75 2002/06/01 18:07:49 dankogai Exp dankogai $
+# $Id: Changes,v 1.76 2002/08/25 15:09:51 dankogai Exp dankogai $
 #
 
-$Revision: 1.75 $ $Date: 2002/06/01 18:07:49 $
+$Revision: 1.76 $ $Date: 2002/08/25 15:09:51 $
+! t/big5-eten.utf
+  To reflect ucm change by Autrijus.  t/big5-eten.enc was regenerated
+  but naturally identical to previous version -- dankogai
+! ucm/big5-eten.ucm
+  Codepoint fixes -- autrijus
+  Message-Id: <20020805040236.GC5220@not.autrijus.org>
+= *
+  copied everything under perl-5.8.0/ext/Encode to make sure Encode
+  is in sync w/ perl core
+! t/CJKT.t t/guess.t
+  Change 17175 by jhi@alpha on 2002/06/10 23:24:42
+  Now that binmode(FH) does implicit ":bytes" revisit
+  the failing tests.  The worrisome one is the Digest::MD5
+  test-- how will it fare in CRLF lands now?
+! t/CJKT.t t/guess.t
+  From: Radu Greab <radu@netsoft.ro>
+  Date: Mon, 10 Jun 2002 00:40:34 +0300
+  Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
+  Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
+  ones which I cannot figure out.
+! lib/Encode/Alias.pm
+  Subject: [Encode PATCH] spurious warning
+  From: Nicholas Clark <nick@unfortu.net>
+  Date: Sun, 2 Jun 2002 20:26:22 +0100
+  Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
+
+1.75 2002/06/01 18:07:49
 ! lib/Encode/Alias.pm t/Alias.t lib/Encode/Supported.pod TW/TW.pm
   glibc compliance cited by Autrijus.
   http://www.li18nux.org/docs/html/CodesetAliasTable-V10.html
@@ -679,7 +706,7 @@ $Revision: 1.75 $ $Date: 2002/06/01 18:07:49 $
   Typo fixes and improvements by jhi
   Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
 
-1.11  $Date: 2002/06/01 18:07:49 $
+1.11  $Date: 2002/08/25 15:09:51 $
 + t/encoding.t
 + t/jperl.t
 ! MANIFEST
index 635de30..ded46b8 100644 (file)
@@ -1,9 +1,9 @@
 #
-# $Id: Encode.pm,v 1.75 2002/06/01 18:07:42 dankogai Exp $
+# $Id: Encode.pm,v 1.76 2002/08/25 15:09:51 dankogai Exp dankogai $
 #
 package Encode;
 use strict;
-our $VERSION = do { my @r = (q$Revision: 1.75 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.76 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 our $DEBUG = 0;
 use XSLoader ();
 XSLoader::load(__PACKAGE__, $VERSION);
index 321828f..fb1d7d6 100644 (file)
@@ -1,5 +1,5 @@
 #!./perl
-# $Id: piconv,v 1.25 2002/06/01 18:07:49 dankogai Exp dankogai $
+# $Id: piconv,v 1.25 2002/06/01 18:07:49 dankogai Exp $
 #
 use 5.8.0;
 use strict;
index efb0187..182d7c6 100644 (file)
@@ -1,5 +1,5 @@
 package encoding;
-our $VERSION = do { my @r = (q$Revision: 1.35 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.36 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 use Encode;
 use strict;
index 9e9cca5..4572fb6 100644 (file)
@@ -1,7 +1,7 @@
 package Encode::Alias;
 use strict;
 use Encode;
-our $VERSION = do { my @r = (q$Revision: 1.32 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.33 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 our $DEBUG = 0;
 
 use base qw(Exporter);
index 2844db3..2eeecc7 100644 (file)
@@ -1,7 +1,7 @@
 package Encode::MIME::Header;
 use strict;
 # use warnings;
-our $VERSION = do { my @r = (q$Revision: 1.5 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+our $VERSION = do { my @r = (q$Revision: 1.6 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 use Encode qw(find_encoding encode_utf8);
 use MIME::Base64;
index 5825397..6b4b99a 100644 (file)
 0xc7c0: ツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャ
 0xc7e0: ヤュユョヨラリルレロヮワヰヱヲンヴヵヶАБВГДЕЁЖЗИЙК 
 0xc840: ЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзий
-0xc860: клмнопрстуфхцчшщъыьэюя⇧↸↹\f7e5\200c乚 刂\f7ea 
-0xc8a0:  \f7eb\f7ed\f7ef\f7f0\f7f1\f7f2\f7f3\f7f4\f7f5\f7f6\f7f7\f7f8\f7f9\f7fa\f7fb\f7fc\f7fd\f7fe\f7ff\f800\f801\f802\f803\f804\f805\f806\f807\f808\f809
+0xc860: клмнопрстуфхцчшщъыьэюя⇧↸↹\f7e5𠃌乚𠂊刂\f7ea 
+0xc8a0:  \f7eb\f7ed𧘇\f7ef\f7f0\f7f1\f7f2\f7f3\f7f4\f7f5\f7f6\f7f7\f7f8\f7f9\f7fa\f7fb\f7fc\f7fd\f7fe\f7ff\f800\f801\f802\f803\f804\f805\f806\f807\f808\f809
 0xc8c0: \f80a\f80b\f80c\f80d\f80e\f80f\f810\f811\f812\f813\f814\f815\f816¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜
 0xc8e0: ⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣   ʃɐɛɔɵœøŋʊɪ 
 0xc940: 乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳
index 452b85b..1fe3a99 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: big5-eten.ucm,v 1.2 2002/04/22 03:41:13 dankogai Exp $
+# $Id: big5-eten.ucm,v 1.3 2002/08/25 15:09:51 dankogai Exp dankogai $
 #
 # ./compile -n big5-eten -o Encode/big5-eten.ucm Encode/big5-eten.enc
 <code_set_name> "big5-eten"
@@ -313,8 +313,8 @@ CHARMAP
 <U044E> \xC8\x74 |0
 <U044F> \xC8\x75 |0
 <U0451> \xC8\x5B |0
-<U2008> \xC8\x7C |0
-<U200C> \xC8\x7A |0
+<U2008A> \xC8\x7C |0
+<U200CC> \xC8\x7A |0
 <U2013> \xA1\x56 |0
 <U2014> \xA1\x58 |0
 <U2018> \xA1\xA5 |0
@@ -500,7 +500,7 @@ CHARMAP
 <U2640> \xA1\xF0 |0
 <U2642> \xA1\xF1 |0
 <U273D> \xC6\xE6 |0
-<U2760> \xC8\xA4 |0
+<U27607> \xC8\xA4 |0
 <U2E80> \xC8\xD6 |0
 <U2E84> \xC8\xD7 |0
 <U2E86> \xC8\xD8 |0