Commit f9e5ed61 authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent 9dbcb500
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
require "ucs2utf.pl"; require "ucs2utf.pl";
$TEST = 1; $TEST = 0;
# first generate UTF-8 --> EUC_JIS_2004 table # first generate UTF-8 --> EUC_JIS_2004 table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment