Why not convert all .properties files to UTF-8?

一曲冷凌霜 提交于 2019-12-07 15:33:25
  1. If you are using ResourceBundle, switching to ListResourceBundle might be feasible: that is pure java (arrays).
  2. Alternatively you might want to generate the *.properties from say an XML translation memory xliff or whatever. That has the advantage of being able to add comments; create a glossary and such.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!