知道如何为非unicode文件设置默认编码吗?
我尝试添加Preferences/Settings-User
:
"default_encoding": "UTF-8",
"fallback_encoding": "Cental European (Windows 1250)",
或者:
"fallback_encoding": "windows-1250",
但都没有帮助,Windows-1250 编码的文件仍然以 Windows-1252 格式打开,除非我明确使用open with encoding
谢谢
答案1
感谢 JosefZ 的评论,我现在可以正常工作了!解决方案是输入Preferences/Settings-User:
"default_encoding": "UTF-8",
"fallback_encoding": "Central European (Windows 1250)",