多个文件 ANSI 到 utf-8 转换器
我可以使用什么程序将多个文件从 ANSI 转换为 UTF-8?
What program can i user to convert multiple files from ANSI to UTF-8 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我可以使用什么程序将多个文件从 ANSI 转换为 UTF-8?
What program can i user to convert multiple files from ANSI to UTF-8 ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在 unix 上,使用 iconv 实用程序。
On unix, use the
iconv
utility.您可以使用 Windows 脚本执行此操作:
此文件 ansi2utf8.js 可以从命令行运行,如下所示:
该脚本需要 in 和 out > 目录,但可以修改以执行更灵活的操作。
You can do this using a Windows script:
This file ansi2utf8.js can be run from the command line like so:
The script expects in and out directories, but could be modified to do something more flexible.