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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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";