]> git.deb.at Git - deb/packages.git/commitdiff
Packages::I18N::Locale: Use UTF-8 as charset for all locales
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 17 Jun 2007 16:53:18 +0000 (18:53 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 17 Jun 2007 16:53:18 +0000 (18:53 +0200)
There shouldn't be any left for which we don't have an UTF-8
locale available.

lib/Packages/I18N/Locale.pm

index b8d2abe50d3f6c5b41568b6a168b3fa002096dc8..623bfc7f9ce1f53e4eed09bfef5bf0183f28fa7a 100644 (file)
@@ -21,12 +21,9 @@ my %lang2loc = ( en => "en_US",
                 default => "en_US",
                 );
 
-# most of them can probably changed to UTF-8 in Sarge
-# as there are more available UTF-8 locales then
+# this can probably be removed now that all locales are available in UTF-8
 my %lang2charset = (
                    default => 'UTF-8',
-                   ja => 'EUC-JP',
-                   uk => 'KOI8-U',
                    );
 
 sub get_locale {