Hi,
I started developing my first Tapestry web application while reading
through the "Tapestry in Action" book.
My development system is OS X, deployment will be on x86 linux.
Currently, all files are saved with ISO 8859-15 encoding by my IDE to
avoid cross platform encoding issues. File encoding also is declared
properly in the html header.
My files are served properly, if I access them statically by Tomcat
(e.g. http://.../Home.html) but not if I access them through Tapestry
(http://.../app). Tapestry seems to read my files in the native
MacRoman Encoding and then converts them to ISO 8859-15 which is not
what I want (e.g. Umlauts are not rendered properly that way). Of
course, Umlauts are correct if I save the file im MacEncoding. This
will break later when the application is deployed on Linux.
Is there any way to tell Tapestry about the encoding of template html
files? Or is there another approach I should take for cross platform
development?
Best,
Dirk Dittert
--
Don't Program by Coincidence
Rely only on reliable things. Beware of accidental complexity, and
don't confuse a happy coincidence with a purposeful plan.
The Pragmatic Programmer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]