2021-01-16 09:17 PM
I have a problem with the output in cp1251 encoding.
settings that I made:
char str[32];
sprintf(str,"Привет");
4. rebuild project
5.I didn't get any errors
I opened it in notepad in the hex editor and saw the following words for the word "привет":
d0 9f d1 80 d0 b8 d0 b2 d0 b5 d1 82
Solved! Go to Solution.
2021-01-17 10:49 AM
Now switch HEX mode off, select encoding 1251 and you will see the text. It is in CP1251.
2021-01-17 10:49 AM
Now switch HEX mode off, select encoding 1251 and you will see the text. It is in CP1251.