in reply to Re^2: 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)

Stop thinking :P
http://www.iana.org/assignments/character-sets
Name: ISO_8859-5:1988 [RFC1345,KXS +2] MIBenum: 8 Source: ECMA registry Alias: iso-ir-144 Alias: ISO_8859-5 Alias: ISO-8859-5 (preferred MIME name) Alias: cyrillic Alias: csISOLatinCyrillic
I18N::Charset, I18N::LangTags::Detect
  • Comment on Re^3: Is there a variable or function equivalent to APR_LOCALE_CHARSET (native platform encoding)
  • Download Code

Replies are listed 'Best First'.
Re^4: Is there a variable or function equivalent to APR_LOCALE_CHARSET (native platform encoding)
by ELISHEVA (Prior) on Feb 02, 2009 at 04:41 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