5

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.

Torsten Marek
  • 83,780
  • 21
  • 91
  • 98
savva
  • 51
  • 1
  • 1
  • 2
  • 2
    `iconv` as a command line utility? As part of a programming language? With some GUI? – deceze Sep 07 '11 at 13:25
  • 1
    Is there a Windows GUI application that can convert the contents of the clipboard from UTF-8 to Windows-1252 so the user doesn't have to go through a file? – Gulbahar Dec 16 '13 at 16:15

1 Answers1

2

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

Encoding Menu -> Character Sets -> Western Europeean