44 Star 170 Fork 108

baoyou.xie / dim-sum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
conv.sh 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
ENCODE="UNKNOWN"
for f in `find ./src -name "*"`; do
ENCODE=`enca $f`
if [[ $ENCODE == *GB2312 ]]; then
cp $f tmp.txt -f
iconv -f gbk -t utf8 tmp.txt > $f
fi
done
#cp $1 tmp.txt -f
#iconv -f gbk -t utf8 tmp.txt > $1
C
1
https://gitee.com/xiebaoyou/dim-sum.git
git@gitee.com:xiebaoyou/dim-sum.git
xiebaoyou
dim-sum
dim-sum
master

搜索帮助