Tag Archives: programming

Java internationalisation?

It seemed difficult to believe, but Java seems alarmingly Latin-1.
Internationalization (I18N) - ResourceBundle doesn’t read messages correctly from properties file in utf8
Quick and Dirty Hack for UTF-8 Support in ResourceBundle
Java UTF–8 international character support with Tomcat and Oracle
You can use native2ascii to convert files to ascii. This tool will expand characters to escaped character […]