Show
Ignore:
Timestamp:
01/25/08 00:40:59 (10 months ago)
Author:
tokuhirom
Message:

merge Encode::JP::Mobile::Character branch to trunk.

Files:
1 modified

Legend:

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

    r5259 r5448  
    3636 
    3737                for my $srcuni (sort keys %{$map->{$from}}) { 
    38                     my $dstuni = $map->{$from}{$srcuni}{$to} or next; 
    39                     printf {$fh} "<U%s> %s |1 # %s\n", $srcuni, unihex2utf8hex($dstuni), comment_for($from); 
     38                    my $dstuni = $map->{$from}->{$srcuni}->{$to} or next; 
     39                    next unless $dstuni->{type} eq 'pictogram'; 
     40                    printf {$fh} "<U%s> %s |1 # %s\n", $srcuni, unihex2utf8hex($dstuni->{unicode}), comment_for($from); 
    4041                } 
    4142            }