Changeset 5183

Show
Ignore:
Timestamp:
01/21/08 20:47:48 (10 months ago)
Author:
chiba
Message:

add "-raw" for autogenerated ucm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-JP-Mobile/branches/auto-convert-sjis-pictgram/tools/make-kddi-ucm.pl

    r5180 r5183  
    5757    my ($e1, $e2); 
    5858    if ($primary eq 'unicode_auto') { 
    59         ($e1, $e2) = ('x-sjis-kddi-auto', 'x-sjis-ezweb-auto'); 
     59        ($e1, $e2) = ('x-sjis-kddi-auto-raw', 'x-sjis-ezweb-auto-raw'); 
    6060    } else { 
    61         ($e1, $e2) = ('x-sjis-kddi-cp932', 'x-sjis-ezweb-cp932'); 
     61        ($e1, $e2) = ('x-sjis-kddi-cp932-raw', 'x-sjis-ezweb-cp932-raw'); 
    6262    } 
    6363