Skip to content

Commit

Permalink
* Add utf8 phsource
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed May 1, 2015
1 parent 00370ae commit 05baecd
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 1 deletion.
2 changes: 1 addition & 1 deletion font/rt-template.pl
Expand Up @@ -7,7 +7,7 @@

while (<>) {
Encode::_utf8_on($_);
s%<rt>([\x{3105}-\x{31b3}]+)(.*)</rt>%\{\{rt\|$1|$2\}\}%g;
s%<rt>([\x{3105}-\x{31b3}]+)(.*?)</rt>%\{\{rt\|$1|$2\}\}%g;
s%\s*\x{358}%\x{307}%g;
s/\|\}\}/\}\}/g;
print;
Expand Down

0 comments on commit 05baecd

Please sign in to comment.