Re: Fwd: [rt.cpan.org #83490] options.t fails for non-utf8 locale



Brian Manning <cpan xaoc org> writes:

+        I18N::Langinfo->import(qw(langinfo CODESET));

You could call it without importing if desired.  I've used

  eval {
  $charset = I18N::Langinfo::langinfo(I18N::Langinfo::CODESET());
  };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]