Browse Source
Original reason: As Windows multi-byte character codec is unspecified while we always assume std::string uses UTF-8 in our code base, this can output gibberish when the string contains non-ASCII characters. ::OutputDebugStringW combined with Common::UTF8ToUTF16W is preferred here.nce_cpp
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue