Changeset 4802

Show
Ignore:
Timestamp:
01/17/08 18:34:33 (5 years ago)
Author:
miyagawa
Message:

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

=== Changes
==================================================================
--- Changes (revision 9596)
+++ Changes (local)
@@ -1,5 +1,9 @@

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


+0.19 Thu Jan 17 01:28:36 PST 2008
+ - Added InKDDISoftBankConflicts and documented workaround to
+ handle conflicted characters.
+

0.18 Thu Jan 17 00:34:32 PST 2008

  • Rewrote the entire document in Japanese, rather than English
  • Added x-iso-2022-jp-kddi-auto (Tokuhiro Matsuno)
Location:
lang/perl/Encode-JP-Mobile/trunk
Files:
3 modified

Legend:

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

    r4785 r4802  
    11Revision history for Perl extension Encode::JP::Mobile 
     2 
     30.19  Thu Jan 17 01:28:36 PST 2008 
     4        - Added InKDDISoftBankConflicts and documented workaround to 
     5          handle conflicted characters. 
    26 
    370.18  Thu Jan 17 00:34:32 PST 2008 
  • lang/perl/Encode-JP-Mobile/trunk/MANIFEST

    r4785 r4802  
    2424t/kddi-trans.t 
    2525t/Mobile.t 
     26t/props.t 
    2627t/softbank-bruteforce.t 
    2728t/vodafone-fallback.t 
     
    2930tools/kddi-extract.pl 
    3031tools/make-convert-map.pl 
    31 tools/make-pictogram-ucm.pl 
    3232tools/make-ucm.pl 
     33tools/make-utf8-ucm.pl 
    3334tools/make_perl_map.pl 
    3435tools/softbank-scrape-name.pl 
  • lang/perl/Encode-JP-Mobile/trunk/lib/Encode/JP/Mobile.pm

    r4800 r4802  
    11package Encode::JP::Mobile; 
    2 our $VERSION = "0.18"; 
     2our $VERSION = "0.19"; 
    33 
    44use Encode;