X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=lib%2FPackages%2FI18N%2FLocale.pm;h=2bfaef2b43d0c2defff0bad1b73b7fa507a750a5;hb=a5b7db12d70653d35344cb6567db1c5e0cd326d1;hp=10fc3cc46e8e8f9554c36140b152c45badc1334c;hpb=56d4b3ed57e20359e5ea46feabb850cf4a94caf2;p=deb%2Fpackages.git diff --git a/lib/Packages/I18N/Locale.pm b/lib/Packages/I18N/Locale.pm index 10fc3cc..2bfaef2 100644 --- a/lib/Packages/I18N/Locale.pm +++ b/lib/Packages/I18N/Locale.pm @@ -7,6 +7,9 @@ use Exporter; use Locale::gettext; our @ISA = qw( Exporter ); +# the reason we have both _g and _ is simply that there +# seem to be some situations where Perl doesn't handle _ +# correctly. If in doubt use _g our @EXPORT = qw( get_locale get_charset _g _ N_ );