07 2017 档案

摘要:将GB2312编码的文件转成Unity使用的UTF8无bom格式主要用批处理执行 Ansi2Utf8.exe XXXXX.txt 源代码using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;names... 阅读全文
posted @ 2017-07-07 11:28 Hichy 阅读(675) 评论(0) 推荐(0)