Print service provided by iDogiCat: http://www.idogicat.com/
home logo





Home > IT > Programming > I18n Notes

I18n Notes

Converting Encodings

  • most platforms that JDK supports: use the tool provided by Java
  • Linux: also has the option of using piconv. For example, to convert from shift_jis to utf-8:

piconv -f shift_jis -t utf8 source > converted