mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
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:
parent
56eba9b8a1
commit
00c6d8077f
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user