Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f9e5ed6

Browse files
committed
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.
1 parent 9dbcb50 commit f9e5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
require "ucs2utf.pl";
1111

12-
$TEST = 1;
12+
$TEST = 0;
1313

1414
# first generate UTF-8 --> EUC_JIS_2004 table
1515

0 commit comments

Comments
 (0)