+ 3
How to convert cp1251 text to utf-8 in c++??
I have text file with cp1251 encryption, and I want to convert it to utf-8. How could I code this?
2 Réponses
+ 3
i found this: https://github.com/Iyamoto/iconv-lite?files=1
hope it helps
+ 3
Thnx, I were looking for that one))