remove comments from transliterate.properties to reduce the filesize by 47k

bug 188251, r=bz, sr=darin
This commit is contained in:
alecf%netscape.com 2003-01-09 23:17:36 +00:00
parent 449530f503
commit e1b7c63212
2 changed files with 5 additions and 1198 deletions

File diff suppressed because it is too large Load Diff

View File

@ -196,8 +196,9 @@ sub warning
sub doutput
{
my ($u, $cmt, $udec, $str) = (@_);
print "# U+$u $cmt\n";
print "entity.$udec=$str\n";
# don't print out comments - for debugging purposes only
# print "# U+$u $cmt\n";
print "entity.$udec=$str\n";
}
sub output
{
@ -208,7 +209,8 @@ sub output
output($u,$cmt,$udec,$str);
}
} else {
print OUT "# U+$u $cmt\n";
# don't print out comments - for debugging purposes only
# print OUT "# U+$u $cmt\n";
print OUT "entity.$udec=$str\n";
}
}