help-emacs-windows
[Top][All Lists]
Advanced

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

Re[2]: [h-e-w] Accents in environment variables - HOME


From: sherkin.freesbee
Subject: Re[2]: [h-e-w] Accents in environment variables - HOME
Date: Sat, 10 Apr 2004 21:21:31 +0200

Hi Benny,
BR> I did some testing.  The problem seems to be the call to
BR> GetEnvironmentStrings() in runemacs.c.  For some reason,
BR> GetEnvironmentStrings() returns an "OEM" encoded memory block, while
BR> CreateProcess() expects the block to be "ANSI" encoded.  As passing
BR> GetEnvironmentStrings() directly is equivalent to passing NULL here
BR> anyway, leaving the call out altogether works and is probably the best
BR> (see attached one-line patch).
      "Chapeau bas!" That's quick and clean !
      It could take me a little time to compile and test it,
      but it seems to be an excellent "spotting" !

---
      Thanks again
Michelle





reply via email to

[Prev in Thread] Current Thread [Next in Thread]