diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 82a3843bb..0a8620be8 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -263,9 +263,9 @@ my %charsets = ( "big5", "950", "-*-*-*-*-*-*-*-*-*-*-*-*-big5-0" ], "gb2312" => [ undef, undef, undef, "gb2312", "936", "-*-*-*-*-*-*-*-*-*-*-*-*-gb2312.1980-0" ], - "C" => [ "lat1-16", undef, "iso15", + "C" => [ "lat0-16", undef, "iso15", "iso8859-1", "850", sub { std("iso8859-1", @_) } ], - "iso-8859-1" => [ "lat1-16", undef, "iso1", + "iso-8859-1" => [ "lat1-16", undef, "iso01", "iso8859-1", "850", sub { std("iso8859-15", @_) } ], "iso-8859-2" => [ "lat2-sun16", undef, "iso02", "iso8859-2", "852", sub { std("iso8859-2", @_) } ], |