Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/hx/StdLibs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ void __hxcpp_stdlibs_boot()
//_setmode(_fileno(stdin), 0x00040000); // _O_U8TEXT
#endif

// This is necessary for UTF-8 output to work correctly.
setlocale(LC_ALL, "");
setlocale(LC_NUMERIC, "C");

// I think this does more harm than good.
Expand Down