Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00c6d80

Browse files
committed
Fix broken statement in UCS_to_most.pl.
This has been wrong for a very long time, and it's puzzling to me howit ever worked for anyone.Kyotaro Horiguchi
1 parent56eba9b commit00c6d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/mb/Unicode/UCS_to_most.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'UHC'=>'CP949.TXT',
4949
'JOHAB'=>'JOHAB.TXT',);
5050

51-
@charsets =keys(filename);
51+
@charsets =keys(%filename);
5252
@charsets =@ARGVifscalar(@ARGV);
5353
foreach$charset (@charsets)
5454
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp