Convert java properties file from UTF to ASCII


/ Published in: Java
Save to your folder(s)

You can use this command to convert your properties file to ASCII encoded file. Normally you'll need it to convert your language.properties file.


Copy this code and paste it in your HTML
  1. native2ascii -encoding UnicodeBig app_zh.ucd app_zh.properties

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.