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
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
://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
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) {