beware of properties utf-8 in java

There is a bug which was only fixed with later versions of jdk1.6 that allows loading native utf-8 property files by java property file mechanism before that bug was fixed it was assumed to be encoded with iso-8851 and if its utf-8 then you had to convert it to ascii with native2ascii

Comments