怎麼將相似\u6570\u636e\u5e93的東西轉化爲漢字

命令..\jdk1.8_64\bin\native2ascii.exe是JDK自帶的轉碼工具工具

將中文轉碼爲UTF8(\u6570\u636e\u5e93)命令格式:  utf-8

native2ascii -encoding gb2312 before.properties after.propertiesci

 

將轉碼後的字符轉換回中文命令格式:jdk

native2ascii -reverse  after.properties before.properties  coding

 

before.properties文件中是轉碼前的中文, after.properties就是轉碼後的utf-8格式。di

實例:文件

before.properties的內容:encoding

         你好世界co

after.properties的內容:字符

         \ufffd\ufffd\u077f\ufffd

相關文章
相關標籤/搜索