OSDN Git Service

(none)
[hos/hos-v4a.git] / tools / lng_cnv / en_filter.pl
index 668595f..a2b6e47 100755 (executable)
@@ -3,4 +3,5 @@
 $text .= $_  while (<>);
 $text =~ s/%en{([^}]*)}/$1/gs;
 $text =~ s/%..{([^}]*)}//gs;
+$text =~ s/[\x80-\xff]//gs;
 print $text;