diff --git a/src/RageLog.cpp b/src/RageLog.cpp index 929256bd6c..c4bab18fca 100644 --- a/src/RageLog.cpp +++ b/src/RageLog.cpp @@ -188,6 +188,7 @@ void RageLog::SetShowLogOutput( bool show ) { // create a new console window and attach standard handles AllocConsole(); + SetConsoleOutputCP(CP_UTF8); freopen( "CONOUT$","wb", stdout ); freopen( "CONOUT$","wb", stderr ); }