Fix broken statement in UCS_to_most.pl.

This has been wrong for a very long time, and it's puzzling to me how
it ever worked for anyone.

Kyotaro Horiguchi
This commit is contained in:
Robert Haas 2016-11-15 09:41:53 -05:00
parent 56eba9b8a1
commit 00c6d8077f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ require "ucs2utf.pl";
'UHC' => 'CP949.TXT',
'JOHAB' => 'JOHAB.TXT',);
@charsets = keys(filename);
@charsets = keys(%filename);
@charsets = @ARGV if scalar(@ARGV);
foreach $charset (@charsets)
{