UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default
It produces debugging output files that are of no further use, so we don't need that by default.
This commit is contained in:
parent
9dbcb500ca
commit
f9e5ed61ed
@ -9,7 +9,7 @@
|
||||
|
||||
require "ucs2utf.pl";
|
||||
|
||||
$TEST = 1;
|
||||
$TEST = 0;
|
||||
|
||||
# first generate UTF-8 --> EUC_JIS_2004 table
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user