Changeset 5448 for lang/perl/Encode-JP-Mobile/trunk/tools/make-utf8-ucm.pl
- Timestamp:
- 01/25/08 00:40:59 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Encode-JP-Mobile/trunk/tools/make-utf8-ucm.pl
r5259 r5448 36 36 37 37 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); 40 41 } 41 42 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)