Change files' encoding recursively on Windows?

后端 未结 5 1298
小鲜肉
小鲜肉 2020-12-08 07:50

Does anybody know a tool, preferably for the Explorer context menu, to recursively change the encoding of files in a project from ISO-8859-1 to UTF-8 and other encodings? Fr

5条回答
  •  萌比男神i
    2020-12-08 08:39

    I know this answer is late-coming, but here are two commandline apps to convert encoding. Just make a batch-file wrapper for one, and add it to your * key in the registry.

    http://www.autohotkey.com/forum/topic10796.html

    http://www.gbordier.com/gbtools/stringconverter.htm

    I used the stringconvertor by adding it as a button in my file-manager, FreeCommanderXE. It only converts one file at a time, but I can click on one, and push the convert button, then click on the next.

提交回复
热议问题