in reply to Re: Is there a variable or function equivalent to APR_LOCALE_CHARSET (native platform encoding)
in thread Is there a variable or function that returns the native platform encoding (APR_LOCALE_CHARSET)

Thanks!

That's the locale, which isn't quite the same thing as the IANA name of the character set (I think). How do I get from the return value of setlocale(...) to the encoding? POSIX::localeconv(..) only gives me numeric formatting conventions.

  • Comment on Re^2: Is there a variable or function equivalent to APR_LOCALE_CHARSET (native platform encoding)
  • Select or Download Code

Replies are listed 'Best First'.
Re^3: Is there a variable or function equivalent to APR_LOCALE_CHARSET (native platform encoding)
by Anonymous Monk on Feb 01, 2009 at 18:58 UTC
      Thanks!

      I've been trying to stay away from I18N because the module docs said that it only worked on *nix systems. I need a solution that will work on both MS-Win and *nix. Do you know of a parallel module that works with MS-Win systems?

      Best, beth