红联Linux门户
Linux帮助

解决can not convert file encoding of xx to GBK

发布时间:2016-08-10 15:44:32来源:linux网站作者:Frank范
问题描述
开发用的是ubuntu系统,有的时候会将win7系统的文件,copy到ubunut,我用的代码编辑器是sublime,有时候会出现以下问题:
解决can not convert file encoding of xx to GBK
can not convert file encoding of xx to GBK,it was saved as UTF-8 instead:
unkown encoding:GBK
说明该文件默认的保存方式改成了GBK.
 
解决方法
如下:在Set File Encoding to选项中选择UTF-8.
解决can not convert file encoding of xx to GBK
success to fix!
 
本文永久更新地址:http://www.linuxdiyf.com/linux/23201.html