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

@ -140,8 +140,8 @@ void CPythonQuest::__Initialize()
test.dwIndex = i;
test.strIconFileName = "";
test.strTitle = _getf("test%d", i);
test.strClockName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ð<EFBFBD>";
test.strCounterName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
test.strClockName = "\xB3\xB2\xC0\xBA \xBD\xC3\xB0\xA3";
test.strCounterName = "\xB3\xB2\xC0\xBA \xB8\xB6\xB8\xAE\xBC\xF6";
test.iClockValue = 1000;
test.iCounterValue = 1000;
test.iStartTime = 0;