diff --git a/src/jlog/jlog.cpp b/src/jlog/jlog.cpp index 7bacb23..530c264 100644 --- a/src/jlog/jlog.cpp +++ b/src/jlog/jlog.cpp @@ -51,6 +51,9 @@ namespace jlog SetConsoleOutputCP(CP_UTF8); #endif */ +#ifdef WIN32 + mcolor::windowsSaneify(); +#endif std::cout << message; }