diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 80e87fbc1..92b653548 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -448,7 +448,7 @@ sub load_po { $to = qq("$to"); } if ($from) { - $s .= qq("$from" => $to,\n); + $s .= qq("$from" => ) . c::iconv($to, $lang::charset, c::standard_charset()) . ",\n"; } elsif ($to =~ /charset=([\w-]+)/) { $lang::charset = $1; } |