diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-10 00:04:00 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-10 00:04:00 +0300 |
commit | 768f905339476a2780df46a60ed852ed583970de (patch) | |
tree | bbad5ea9a96f79bc4b8450af104556bb5ebb43cd | |
parent | 862e6fcc13566b013b5cd6d671ec7d4e9199541d (diff) |
additional locale settings
-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) { |