Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
838 commits behind the upstream repository.
Dāvis Mosāns's avatar
Dāvis Mosāns authored
On Windows getenv (and putenv) uses ANSI codepage so it needs to be encoded
to internally used encoding (eg. UTF-8). Here we use _wgetenv (and _wputenv)
instead and encode that.

Change-Id: I8cb91f2386eb0efe3ef0a3132d1603217d710b60
85920d53
History