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

@ -994,7 +994,7 @@ int sqlResultTable::sortColumns()
int row;
int minval=0;
cols[k] = new int[GetNumberRows()];
for (int i = 0; it != mp.end(); it++, i++) { // âûâîäèì èõ
for (int i = 0; it != mp.end(); it++, i++) { // выводим их
row=it->second; // row
if (i>0) if (prev!=it->first) minval++;
cols[k][row]=minval;