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:
Peter Eisentraut 2016-02-29 20:08:16 -05:00
parent 9dbcb500ca
commit f9e5ed61ed
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
require "ucs2utf.pl";
$TEST = 1;
$TEST = 0;
# first generate UTF-8 --> EUC_JIS_2004 table