Use the system-wide locale

This commit is contained in:
Username404 2021-12-20 19:39:44 +01:00
parent 3d56bcb10f
commit afe411bb86
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -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,