On Windows, environ
is encoded by CP_ACP
, which may be different
from KWSYS_ENCODING_DEFAULT_CODEPAGE
. When environment variables
include a unicode character, they may be corrupted. Use _wenviron
instead.
A Gitlab update will be applied on September 25 , between 6:30PM and 7:30PM, EDT (UTC-04:00). This site may have intermittent delays during that time.
On Windows, environ
is encoded by CP_ACP
, which may be different
from KWSYS_ENCODING_DEFAULT_CODEPAGE
. When environment variables
include a unicode character, they may be corrupted. Use _wenviron
instead.