We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b54b4 commit 7cb89eeCopy full SHA for 7cb89ee
1 file changed
tools/cli/main.c
@@ -24,6 +24,7 @@ int main(int argc, char* argv[])
24
uint32_t dwError = 0;
25
PPMD_CMD_ARGS pCmdArgs = NULL;
26
char** argvDup = NULL;
27
+ setlocale(LC_ALL, "");
28
29
dwError = dup_argv(argc, argv, &argvDup);
30
BAIL_ON_CLI_ERROR(dwError);
0 commit comments