Skip to content

Commit 7cb89ee

Browse files
author
Priyesh Padmavilasom
committed
set locale for cli
Change-Id: If5480757492d7837ef78d0a87d3e484b36ee98fa (cherry picked from commit 846a99c)
1 parent 88b54b4 commit 7cb89ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cli/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ int main(int argc, char* argv[])
2424
uint32_t dwError = 0;
2525
PPMD_CMD_ARGS pCmdArgs = NULL;
2626
char** argvDup = NULL;
27+
setlocale(LC_ALL, "");
2728

2829
dwError = dup_argv(argc, argv, &argvDup);
2930
BAIL_ON_CLI_ERROR(dwError);

0 commit comments

Comments
 (0)