Show
Ignore:
Timestamp:
01/22/08 14:56:15 (10 months ago)
Author:
tokuhirom
Message:

FULLWIDTH TILDE をよしなにはからう。
x-sjis-*, x-utf8-* で U+301C を encode 可能にした。

Location:
lang/perl/Encode-JP-Mobile/trunk/tools
Files:
4 modified

Legend:

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

    r5248 r5259  
    1919        print $_; 
    2020    } 
     21    print '<U301C> \x81\x60 |1 # WAVE DUSH', "\n"; # ad-hoc solution for  FULLWIDTH TILDE Problem. 
    2122    print "# below are copied from DoCoMo's pictogram map\n"; 
    2223    for my $row (docomo_table('unicode')) { 
  • lang/perl/Encode-JP-Mobile/trunk/tools/make-kddi-ucm.pl

    r5226 r5259  
    3030        print $_; 
    3131    } 
     32    print '<U301C> \x81\x60 |1 # WAVE DUSH', "\n"; # ad-hoc solution for  FULLWIDTH TILDE Problem. 
    3233    print "# below are copied from KDDI/AU's pictogram map\n"; 
    3334    my $key = $encoding eq 'cp932' ? 'unicode' : 'unicode_auto'; 
  • lang/perl/Encode-JP-Mobile/trunk/tools/make-softbank-ucm.pl

    r5225 r5259  
    2828        print $_; 
    2929    } 
     30    print '<U301C> \x81\x60 |1 # WAVE DUSH', "\n"; # ad-hoc solution for  FULLWIDTH TILDE Problem. 
    3031    print "# Below are characters mapped x-sjis-softbank-auto, used in unicode -> encoding only\n"; 
    3132    for my $row ( softbank_table() ) { 
  • lang/perl/Encode-JP-Mobile/trunk/tools/make-utf8-ucm.pl

    r5243 r5259  
    5656    print {$fh} header($to); 
    5757    print {$fh} unicode_ucm($cp932_ucm); 
     58    print {$fh} '<U301C> \xE3\x80\x9C |0 # WAVE DUSH', "\n"; # ad-hoc solution for  FULLWIDTH TILDE Problem. 
    5859    $generate_pictogram_ucm->($fh); 
    5960    print {$fh} "END CHARMAP\n";