Hi, thanks, but I actually managed to solve this issue myself now. I put
these to lines in my .application file:
<property name="org.apache.tapestry.template-encoding"
value="ISO-8859-1"/>
<property name="org.apache.tapestry.output-encoding"
value="ISO-8859-1"/>
I guess the first line is the one that makes the difference, encoding
the templates in IS-8859-1 instead of UTF-8.
Inge
Norbert Sándor wrote:
Maybe you should configure your <connector> in case of Tomcat as well
(uriencoding & usebodyencodingforuri attributes).
BR,
Norbi
----- Original Message ----- From: "Inge Solvoll" <[EMAIL PROTECTED]>
To: "Tapestry users" <[email protected]>
Sent: Tuesday, September 13, 2005 8:48 AM
Subject: Encoding problem
When I submit norwegian characters (æ, ø, å) in a form, they are not
encoded correctly. They look something like this when received by the
tapestry page class:
^A, Ô
Right now, my app properties that concerns encoding are not changed
from default values. If you don't know what I'm talking about:
http://jakarta.apache.org/tapestry/3.0.3/doc/TapestryUsersGuide/configuration.character-sets.html
I have tried changing those properties a bit to see what happens, but
I have only managed to make it even worse. Any ideas?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]