echo off
rem zh.txt为存放中文的原文件
rem LocalStrings_zh_CN.properties为编码后的文件
native2ascii -encoding GBK zh.txt >> LocalStrings_zh_CN.properties
echo transfer Chinese finished.
echo off
rem zh.txt为存放中文的原文件
rem LocalStrings_zh_CN.properties为编码后的文件
native2ascii -encoding GBK zh.txt >> LocalStrings_zh_CN.properties
echo transfer Chinese finished.