Results 2 issues of havardjohn

Replaces use of CRT API `getenv` and `putenv` with respectively `_wgetenv` and `_wputenv`. Motivation is to reliably convert environment variables to UTF-8, and the wide API is best there, because...

Hello. :) I'm reporting a regression. Issue is that `getEnv` doesn't return valid UTF-8 on Windows. Why do I expect `getEnv` to return UTF-8? Nim expects `getEnv` to return a...

Stdlib
OS/Arch specific