提交 cc074bf6 编写于 作者: P Peter Eisentraut

Fix comments

Some of these comments were copied and pasted without updating them,
some of them were duplicates.
上级 9a3e06ba
......@@ -49,10 +49,6 @@ while (<FILE>)
}
close(FILE);
#
# first, generate UTF8 --> EUC_CN table
#
$file = "utf8_to_euc_cn.map";
open(FILE, "> $file") || die("cannot open $file");
......@@ -77,7 +73,7 @@ print FILE "};\n";
close(FILE);
#
# then generate EUC_JP --> UTF8 table
# then generate EUC_CN --> UTF8 table
#
reset 'array';
......
......@@ -130,10 +130,6 @@ while (<FILE>)
}
close(FILE);
#
# first, generate UTF8 --> EUC_JP table
#
$file = "utf8_to_euc_jp.map";
open(FILE, "> $file") || die("cannot open $file");
......
......@@ -49,10 +49,6 @@ while (<FILE>)
}
close(FILE);
#
# first, generate UTF8 --> EUC_KR table
#
$file = "utf8_to_euc_kr.map";
open(FILE, "> $file") || die("cannot open $file");
......@@ -77,7 +73,7 @@ print FILE "};\n";
close(FILE);
#
# then generate EUC_JP --> UTF8 table
# then generate EUC_KR --> UTF8 table
#
reset 'array';
......
......@@ -65,10 +65,6 @@ while (<FILE>)
}
close(FILE);
#
# first, generate UTF8 --> EUC_TW table
#
$file = "utf8_to_euc_tw.map";
open(FILE, "> $file") || die("cannot open $file");
......@@ -93,7 +89,7 @@ print FILE "};\n";
close(FILE);
#
# then generate EUC_JP --> UTF8 table
# then generate EUC_TW --> UTF8 table
#
reset 'array';
......
......@@ -66,10 +66,6 @@ while (<FILE>)
close(FILE);
#
# first, generate UTF8 --> SJIS table
#
$file = "utf8_to_sjis.map";
open(FILE, "> $file") || die("cannot open $file");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册