Internationalisation again
Further to my post about creating properties files when I had text files in unicode, we decided that the best thing was to have a web application to do the conversion. You can then just paste in whatever text you want to encode and it tells you what the java escaped text string(s) should be.
And, we decided we might as well make it publicly available. So here it is.
Let us know if you find any bugs or if you can think of a better way to do it ![]()
Tags: Internationalisation, Java, UTF8
Subscribe to news from Isocra



October 18th, 2006 at 10:22 am
This all sounds like enough hassle make it consider trying Java 5’s XML-based Properties: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html