diff options
Diffstat (limited to 'gpg_wrapper.cpp')
-rw-r--r-- | gpg_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp index a6c2723..007a192 100644 --- a/gpg_wrapper.cpp +++ b/gpg_wrapper.cpp @@ -99,7 +99,7 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD debuglog<<"gpg in: "<<commandline<<"\n"; - success = CreateProcess(NULL, (TCHAR*)commandline.c_str(), NULL, NULL, TRUE, CREATE_NEW_CONSOLE | CREATE_UNICODE_ENVIRONMENT, _T("LANGUAGE=en@quot\0"), NULL, &sinfo, &pri); + success = CreateProcess(NULL, (TCHAR*)commandline.c_str(), NULL, NULL, TRUE, CREATE_NEW_CONSOLE | CREATE_UNICODE_ENVIRONMENT, _T("LANGUAGE=en@quot\0LC_ALL=English\0"), NULL, &sinfo, &pri); if (!success) { |