Changeset 1801

Show
Ignore:
Timestamp:
11/19/07 19:47:53 (6 years ago)
Author:
miyagawa
Message:

Checking in changes prior to tagging of version 0.12. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 8904)
+++ Changes (local)
@@ -1,5 +1,13 @@

Revision history for Perl extension Encode::JP::Mobile


+0.12 Mon Nov 19 02:41:36 PST 2007
+ - removed PRIVATE AREA characters from all ucm files. This
+ might be handy if you want to use fallback for those characters in
+ private area but don't have correspondent characters.
+ - removed some (actually 131) cp932 characters that are
+ duplicate with x-sjis-softbank-auto characters. They're not
+ mapped in shift_jis anyway.
+

0.11 Tue Nov 13 18:41:53 PST 2007

  • Added regression tests for docomo, kddi and softbank
  • Added tools/ directory and various extractor tool to create a map
Location:
lang/perl/Encode-JP-Mobile/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-JP-Mobile/trunk/Changes

    r1449 r1801  
    11Revision history for Perl extension Encode::JP::Mobile 
     2 
     30.12  Mon Nov 19 02:41:36 PST 2007 
     4        - removed PRIVATE AREA characters from all ucm files. This 
     5          might be handy if you want to use fallback for those characters in 
     6          private area but don't have correspondent characters. 
     7        - removed some (actually 131) cp932 characters that are 
     8          duplicate with x-sjis-softbank-auto characters. They're not 
     9          mapped in shift_jis anyway. 
    210 
    3110.11  Tue Nov 13 18:41:53 PST 2007 
  • lang/perl/Encode-JP-Mobile/trunk/MANIFEST

    r1449 r1801  
    1919tools/docomo-uni2name.pl 
    2020tools/kddi-extract.pl 
     21tools/make-ucm.pl 
    2122tools/softbank-scrape.pl 
    2223ucm/x-sjis-imode.ucm 
  • lang/perl/Encode-JP-Mobile/trunk/lib/Encode/JP/Mobile.pm

    r1552 r1801  
    11package Encode::JP::Mobile; 
    2 our $VERSION = "0.11"; 
     2our $VERSION = "0.12"; 
    33 
    44use Encode;