pl_text_size_012

This commit is contained in:
e2002
2023-03-08 11:22:29 +03:00
parent 06d9c9ae3a
commit a50dd1a353
10 changed files with 52 additions and 48 deletions

View File

@@ -100,6 +100,8 @@ char* DspCore::utf8Rus(const char* str, bool uppercase) {
}
strn[sind - 1] = 0;
} else {
if(strn[index]==7) strn[index]=165;
if(strn[index]==9) strn[index]=223;
char Temp[2] = {(char) strn[index] , 0 } ;
strcat(newStr, Temp);
}