How to automatically detect text file charset and convert it to UTF-8

2

Is there any way to auto-detect character encoding of a text file and convert it to UTF-8? I'm using Windows 7.

Annie

Posted 2013-08-29T21:05:02.607

Reputation: 23

Answers

3

You can do this with Notepad++ if you are on Windows. Have a look at this question on stackoverflow for an example of how to do it.

user1301428

Posted 2013-08-29T21:05:02.607

Reputation: 2 985