mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix some typos
Author: Daniel Gustafsson Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
This commit is contained in:
@@ -80,7 +80,7 @@ foreach my $i (@$ct932)
|
||||
}
|
||||
}
|
||||
|
||||
# extract only SJIS characers
|
||||
# extract only SJIS characters
|
||||
foreach my $i (grep defined $_->{sjis}, @mapping)
|
||||
{
|
||||
my $sjis = $i->{sjis};
|
||||
|
||||
Reference in New Issue
Block a user