Tag Archives: character encoding

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 […]

Whizzoo Iñtërnâtiônàlizætiøn

Whizzo now with Iñtërnâtiônàlizætiøn.. my girlfriend will be happy! And it seems that some of the articles I quoted in my earlier post Portable php-mysql connection charset fix may have held some truth. The solution, eventually had something to do with the following two lines of PHP code.
$conn->query( “SET NAMES ‘utf8′” );
$conn->set_charset(”utf8″);
Which need to be […]