开发者

How do you convert encoding from UTF-8 to windows-1252?

开发者 https://www.devze.com 2023-04-02 23:46 出处:网络
How can I correctly convert a text file from UTF-8 to Windows-1252?开发者_高级运维 I have tried converting the file using iconv (windows xp) but this util converted the text file to ANSI. The default

How can I correctly convert a text file from UTF-8 to Windows-1252?开发者_高级运维

I have tried converting the file using iconv (windows xp) but this util converted the text file to ANSI. The default code page in my Windows is Windows-1251 and so I can`t correctly display some characters.


If you only have one file to convert, I use Notepadd++ ...

Encoding Menu -> Character Sets -> Western Europeean

0

精彩评论

暂无评论...
验证码 换一张
取 消