Best way to convert text files between character sets?

后端 未结 21 2307
再見小時候
再見小時候 2020-11-22 04:42

What is the fastest, easiest tool or method to convert text files between character sets?

Specifically, I need to convert from UTF-8 to ISO-8859-15 and vice versa.

21条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 05:09

    As described on How do I correct the character encoding of a file? Synalyze It! lets you easily convert on OS X between all encodings supported by the ICU library.

    Additionally you can display some bytes of a file translated to Unicode from all the encodings to see quickly which is the right one for your file.

提交回复
热议问题