Eclipse项目GBK文件批量转UTF-8编码文件插件

好消息,百度网盘专业搜索网站上线了
打开瞧一瞧: http://bitar.cn
使用工具eclipse插件
com.lifesting.tool.encoding_1.0.0.jar




    使用方式:
  • 把jar包放在eclipse的plugins目录下, 重启eclips
  • 右键你的工程,然后properities->convert settings->add
  • suffix:需转换文件的后缀,比如java
  • fileencoding:all
    convertTo:转换后的编码,比如UTF-8
    covertChar:是否转换内容,true
  • 保存规则
  • 右键你的项目,选择Lifesting Tools---->Seting Encoding即可
  • 下载地址:http://pan.baidu.com/s/1c0jt3Ja


猜你喜欢

转载自hvang1988.iteye.com/blog/2257340