Re: problem displaying german umlaute

2007-12-24 Thread Daniel Kleine-Albers
could try using the HTML entity instead. Not the ideal solution, I know... Uuml; - amp;Uuml; uuml; - amp;uuml; http://www.utexas.edu/learn/html/spchar.html More here . -- View this message in context: http://www.nabble.com/problem-displaying-german-umlaute-tp14291940p14357234.html Sent from

Re: problem displaying german umlaute

2007-12-15 Thread Matt Brock
here . -- View this message in context: http://www.nabble.com/problem-displaying-german-umlaute-tp14291940p14357234.html Sent from the Tapestry - User mailing list archive at Nabble.com.

problem displaying german umlaute

2007-12-12 Thread Andy Pahne
Hello, I have a problem with a german web application which doesn't show german umlaute like ä ö ü correctly. When those special chars appear in a template, everythings works fine. But when I have a method in a page class like public String getHeader(){ return Übernachtungen; }

Re: problem displaying german umlaute

2007-12-12 Thread Salamon Zsolt
I think you should use the tapestry localization capabilities. If you create or not a properties file, you should use unicode escapes characters in place of normal german characters. example: Übernachtungen=\u00dcbernachtungen Every not english character have an equivalent unicode escape

Re: problem displaying german umlaute

2007-12-12 Thread Andy Pahne
I already added -Dfile.encoding=utf-8 to the tomcat options. I am currently trying the solution that Salamon posted, I'll let you know if that works... Andy Lukas Ruetz schrieb: Hi, If all your property-files are encoded in UTF-8 then it's maybe your servlet-container - in case of tomcat

AW: problem displaying german umlaute

2007-12-12 Thread Maximilian Weißböck
/Properties.html Max -Ursprüngliche Nachricht- Von: Andy Pahne [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 12. Dezember 2007 12:16 An: Tapestry users Betreff: Re: problem displaying german umlaute I already added -Dfile.encoding=utf-8 to the tomcat options. I am currently trying