Show
Ignore:
Timestamp:
01/18/08 16:08:47 (10 months ago)
Author:
miyagawa
Message:

updating Charnames to get English names by mapping kddi/softbank to DoCoMo? and 'borrow' these names.

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-JP-Mobile/trunk/tools/docomo-scrape.pl

    r4860 r4878  
    3737        @prev == @chars or die "ja/en count doesn't match"; 
    3838        for my $c (0..$#prev) { 
    39             $prev[$c]->{en_name} = $chars[$c]->{name}; 
     39            $prev[$c]->{name_en} = $chars[$c]->{name}; 
    4040        } 
    4141        push @$res, @prev;