From afe411bb869022fff6bae275d70ad4090d3830f2 Mon Sep 17 00:00:00 2001 From: Username404 Date: Mon, 20 Dec 2021 19:39:44 +0100 Subject: [PATCH] Use the system-wide locale --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 2fb3f81..34a81b4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,6 +10,7 @@ using namespace std; #include "headers/transpiler/Target.hpp" int main(int argc, char* argv[]) { + setlocale(LC_ALL, ""); string target = ".lua"; bool printResult = false, parallel = false,