Changeset 5243 for lang/perl/Encode-JP-Mobile/trunk/tools/make-utf8-ucm.pl
- Timestamp:
- 01/22/08 10:01:31 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Encode-JP-Mobile/trunk/tools/make-utf8-ucm.pl
r5118 r5243 90 90 sub unihex2utf8hex { 91 91 my $uni = shift; 92 $uni = 'H*'->unpack($uni->hex->chr->encode('utf-8')); 93 $uni =~ s/(..)/\\x$1/g; 92 $uni =~ s{(....)}{ 93 my $x = 'H*'->unpack($1->hex->chr->encode('utf-8')); 94 $x =~ s/(..)/\\x$1/g; 95 $x; 96 }ge; 94 97 $uni; 95 98 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)