Re: problems with (sic) character encoding

2006-04-27 Thread marcopar
In data Thu, 20 Apr 2006 15:16:00 +0200, marcopar ha scritto: > Hello, i've read some of the past discussions and tried to apply the > solutions described there without success so i'm here. there is nothing else to try to let the utf-8 work? i really wish to avoid falling back to iso8859. ---

Re: problems with (sic) character encoding

2006-04-21 Thread marcopar
In data Fri, 21 Apr 2006 12:04:10 +0100, Jimmi Dyson ha scritto: > Take a look at the Tomcat FAQs: > > http://tomcat.apache.org/faq/connectors.html#utf8 i admit that i did not look at it as a tomcat problem so i didn't search those FAQ. Btw, the connector is already configured to use UTF-8 as ex

RE: problems with (sic) character encoding

2006-04-21 Thread Jimmi Dyson
Take a look at the Tomcat FAQs: http://tomcat.apache.org/faq/connectors.html#utf8 -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of marcopar Sent: 20 April 2006 14:16 To: tapestry-user@jakarta.apache.org Subject: problems with (sic) character encoding Hello, i've read

Re: problems with (sic) character encoding

2006-04-21 Thread marcopar
In data Fri, 21 Apr 2006 12:39:32 +0200, Inge Solvoll ha scritto: > This works for me, I have no shell component: > > > > > I had similar problems with characters being encoded the wrong way when > submitted, the code above resolved the issue. > ok but i want to use UTF-8.

Re: problems with (sic) character encoding

2006-04-21 Thread marcopar
In data Fri, 21 Apr 2006 12:47:51 +0200, Eric Fesler ha scritto: > What happens if you force the browser to consider the page having UTF-8 or > ISO-8859-1 content. let me explain the action i made with some detail to avoid confusion. the page contains a string of "" hard coded just for debu

Re: problems with (sic) character encoding

2006-04-21 Thread Eric Fesler
On Friday 21 April 2006 12:25, marcopar wrote: > In data Thu, 20 Apr 2006 15:16:00 +0200, marcopar ha scritto: > > Hello, i've read some of the past discussions and tried to apply the > > solutions described there without success so i'm here. > > i want just to add that today i made the upgrade to

Re: problems with (sic) character encoding

2006-04-21 Thread Inge Solvoll
This works for me, I have no shell component: I had similar problems with characters being encoded the wrong way when submitted, the code above resolved the issue. On 4/21/06, marcopar <[EMAIL PROTECTED]> wrote: > > In data Thu, 20 Apr 2006 15:16:00 +0200, marcopar ha scritto: > > > H

Re: problems with (sic) character encoding

2006-04-21 Thread marcopar
In data Thu, 20 Apr 2006 15:16:00 +0200, marcopar ha scritto: > Hello, i've read some of the past discussions and tried to apply the > solutions described there without success so i'm here. i want just to add that today i made the upgrade to 4.0.1 but the problem persists. ---