Hi Thomas,

my files aren't .properties, they are .xml, encoded in utf8:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
<properties>
   <entry key="nullid">null</entry>
   <entry key="submit">Submit</entry>
   <entry key="cancel">Cancel</entry>
   ...
</properties> But it isn't properly rendered when I use the StringResponse object, so I guess it use some default system charset to...

As said before, I'll ask my hoster for some infos on how to override this default setting.

Thx

Thomas Mäder a écrit :
Hi Sébastien,

If by resource files you mean .properties files, you cannot encode them in
utf-8. java.util.Properties always assumes ISO 8859-1 encoding when loading
.properties files

Thomas

On Mon, May 19, 2008 at 1:24 PM, Piller Sébastien <[EMAIL PROTECTED]>
wrote:

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to