From the JDK documentation (for example
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html)
<<>>
So I'm kinda surprised loadproperties offers an encoding attribute,
since the encoding of a properties file should be strictly ISO 8859-1
+ Unicode escapes.
Maybe it converts the spe
I am struggling with some encoding issues. I have:
In my.properties, message is set to "\u00F3"
The output is the less than or equal to sign.
This is the ASCII escape sequence for the less than or equal to sign. Since
that is not an escape sequence in UTF8, shouldn't it out