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.
iconvas a command line utility? As part of a programming language? With some GUI? - decezeā¦