Eli Zaretskii wrote:
> > I don't know if it's relevant, but MS-Windows' setlocale also doesn't
> > support LC_MESSAGES.
> 
> Also, LC_ALL in the environment doesn't affect the MS-Windows'
> setlocale.

Both issues are fixed through libintl's setlocale() (and also through the
Gnulib 'setlocale' module). So that the same C code

  setenv ("LC_ALL", "en_US.UTF-8", 1);
  setlocale (LC_ALL, "");

works on all platforms, including native Windows.

Bruno




    • ... Gavin Smith
      • ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
        • ... Gavin Smith
  • Re: ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
    • ... Patrice Dumas
      • ... Eli Zaretskii
        • ... Eli Zaretskii
          • ... Gavin Smith
            • ... pertusus
              • ... Gavin Smith
          • ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
      • ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
  • Re: ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
  • Re: ... Bruno Haible via Bug reports for the GNU Texinfo documentation system
    • ... Gavin Smith
      • ... Eli Zaretskii
        • ... Patrice Dumas
      • ... Patrice Dumas
        • ... Collin Funk
      • ... Patrice Dumas
    • ... Bruno Haible via Bug reports for the GNU Texinfo documentation system

Reply via email to