Re: Re: Problems with the UTF-8 standard

2006-11-29 Thread Sam Gendler
But, utf-8 vs html entity aside (and cyrille has it right), you can tell tapestry not to escape html characters in an Insert component by using the 'raw' attribute and setting it to true. That will cause the msg to be copied directly to the outputstream, including characters like '&,' which should

Re: Problems with the UTF-8 standard

2006-11-29 Thread Cyrille37
Michael Siebert a écrit : Hi All, I have the following problem: My html-templates are designed with the UTF-8 standard For example the german 'ä' is coded as 'ä' Hello, I think 'ä' is not from the UTF-8 standard but a HTML entitie. If all you pages are encoded in UTF-8 and html page heade