Change encoding from CP1251 to UTF-8

This commit is contained in:
Andrei Astafev 2024-02-05 09:02:48 +05:00 committed by lsv
parent 06e0235437
commit c75280a8de
6 changed files with 10 additions and 10 deletions

View file

@ -90,7 +90,7 @@ public:
}
if (s[i] == '"') {
if (inquote) {
// закрытие кавычек
// закрытие кавычек
rectCol.width = arr[i] - rectCol.x;
rectCol.x = rectCol.x - startX + rect.x;
dc->DrawRoundedRectangle(rectCol, 3);