If the problem is with properties files, the issue is a general Java one, nothing to do with Tapestry. Properties files are ascii only; you must use escape sequences. Read these:

    http://java.sun.com/developer/JDCTechTips/2003/tt0506.html
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/ native2ascii.html

I'm a bit boggled myself as to how to get non-ascii chars in templates to come through correctly.

Cheers,

Paul


On Aug 30, 2005, at 8:26 AM, Ted Steen wrote:

Hi.

On my developer box (windows) the swedish characters displayed as they should.
But now when I deploy the application (gentoo linux) the characters
are all messed up (replaced by ??).
I have tried to use both iso-8859-1 and utf8 on my .properties files,
but to no avail.

So the problem occurs when the application is running on the same type
of webserver but a different OS.

--
/ted


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

Reply via email to