the berserker
the berserker

Reputation: 1594

encoding conversion tool

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?

Upvotes: 0

Views: 526

Answers (1)

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798566

iconv

Upvotes: 2

Related Questions