views:

25

answers:

1

I would need some file encoding conversion tool, to convert some of my source files. I would need to do it as a batch, so the program needs to know to find out what's the source file encoding (Unicode - Codepage 1200) and save it as proper encoding (UTF-8), because project files are saved in different encodings. Can someone suggest me a good free tool?

+1  A: 

iconv

Ignacio Vazquez-Abrams
tried, though it doesn't list Unicode - Codepage 1200, which seems really strange
the berserker
"Unicode codepage 1200" is also known as "UCS-2LE".
Ignacio Vazquez-Abrams