source insight 不支持 utf8 ,但是在 linux 上查看的时候是 utf8 编码,就会显示不正常,所以写了个 python 小脚本,可以批量转换 py2.7 #coding:utf-8 ''' GBK 转 UTF-8 工具 author: 宁次 date :2017-02-03 19:58 用法:python toutf8.py d:/wwwwroot ''' import sys import os #要转换的文件类型 exts = ('.c', '.cpp', '.s',…