Use the system-wide locale
This commit is contained in:
parent
3d56bcb10f
commit
afe411bb86
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue