native2ascii

 将文件按照 指定编码转化成16进制数字表示的形式  Unicode编码

       native2ascii -encoding UTF-8 ApplicationResources_zh_src.properties ApplicationResources_zh.properties

      将src文件 用utf-8编码

 

 

      native2ascii  -reverse -encoding UTF-8 a.txt b.txt

     将a.txt转换成utf-8编码存放在b.txt



插件:

http://propedit.sourceforge.jp/eclipse/updates/


你可能感兴趣的:(native2ascii)