X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FI18N%2FLocale.pm;h=623bfc7f9ce1f53e4eed09bfef5bf0183f28fa7a;hb=fcc4c727e97fa9124cbc1fb65c2b8de015867319;hp=b8d2abe50d3f6c5b41568b6a168b3fa002096dc8;hpb=5b7751516899f5e57ba7320f5624ab390a2835e6;p=deb%2Fpackages.git diff --git a/lib/Packages/I18N/Locale.pm b/lib/Packages/I18N/Locale.pm index b8d2abe..623bfc7 100644 --- a/lib/Packages/I18N/Locale.pm +++ b/lib/Packages/I18N/Locale.pm @@ -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 {