diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4690668..713514d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1485,6 +1485,7 @@ int main(int argc, const _tinydir_char_t **argv) int wmain(int argc, const _tinydir_char_t **argv) #endif { + setlocale(LC_ALL, "C"); // Sigh... stupid C unordered_map<string, string> param; unordered_set<string> flags; |