Fw: [Tapestry-developer] ISO-8895-2 charset problem

2002-11-24 Thread detlef schulze
Uups. Sorry, my last post wasn't completely correct. Actually it is not the default constructor I modified, its just the constructor that is used by the class BasePage. I did the following (in HTMLWriter.java): public HTMLWriter(OutputStream outputStream) { this("text/html; charset

Re: [Tapestry-developer] ISO-8895-2 charset problem

2002-11-24 Thread detlef schulze
12:37 PM Subject: [Tapestry-developer] ISO-8895-2 charset problem > Hello > > My HTML templates are made using 8859-2 charset. I add the following > line: > > > > to the section, but when browsing the charset is set to default. > To make the browser detect it

Re: [Tapestry-developer] ISO-8895-2 charset problem

2002-11-11 Thread Malcolm Edgar
://tapestry.sourceforge.net/doc/ComponentReference/Shell.html I haven't used this personally but it sounds like the right approach. regards Malcolm From: Marek Janukowicz <[EMAIL PROTECTED]> To: Tapestry Mailing List <[EMAIL PROTECTED]> Subject: [Tapestry-developer] ISO-8895-2 cha

[Tapestry-developer] ISO-8895-2 charset problem

2002-11-11 Thread Marek Janukowicz
Hello My HTML templates are made using 8859-2 charset. I add the following line: to the section, but when browsing the charset is set to default. To make the browser detect it correctly I must write something like: public IMarkupWriter getResponseWriter(OutputStream out) {