convert literals to escaped bytes

This commit is contained in:
2024-12-17 22:41:21 +01:00
parent 609862f222
commit 4525e3103d
46 changed files with 120 additions and 120 deletions

View File

@ -655,7 +655,7 @@ bool CPythonNetworkStream::RecvDefaultPacket(int header)
if (!header)
return true;
TraceError("ó<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>Ŷ <20><><EFBFBD><EFBFBD> %d, state %s\n", header, m_strPhase.c_str());
TraceError("\xC3\xB3\xB8\xAE\xB5\xC7\xC1\xF6 \xBE\xCA\xC0\xBA \xC6\xD0\xC5\xB6 \xC7\xEC\xB4\xF5 %d, state %s\n", header, m_strPhase.c_str());
ClearRecvBuffer();
return true;
}