Maybe this in application startup?

getMarkupSettings().setDefaultMarkupEncoding("UTF-8");


Antoine


On Wed, Mar 30, 2011 at 8:13 AM, nino martinez wael
<nino.martinez.w...@gmail.com> wrote:
> A screen shot? it's the text that should have shown this:
>
> "IT support vest æ ø å"
>
> http://www.imageupload.org/?d=4D92CA9C1
>
> 2011/3/29 Attila Király <kiralyattila...@gmail.com>:
>> Could you provide a small example showing the problem?
>>
>> Attila
>>
>> 2011/3/29 nino martinez wael <nino.martinez.w...@gmail.com>
>>
>>> Yeah I think so, the file encoding are utf-8
>>>
>>> Although this are in the header :
>>>
>>> <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; -->
>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>>> <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"
>>>        xmlns:wicket="
>>> http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd";>
>>>
>>> We had the meta tag aswell for utf-8 but it made no difference..
>>>
>>> Is there something else that I am missing?
>>>
>>> 2011/3/29 Attila Király <kiralyattila...@gmail.com>:
>>> > Yep I ment that and it looks ok. Is your html page in UTF-8 as well?
>>> >
>>> > Attila
>>> >
>>> > 2011/3/29 nino martinez wael <nino.martinez.w...@gmail.com>
>>> >
>>> >> you mean like this:
>>> >>
>>> >>    <Connector port="8080" protocol="HTTP/1.1"
>>> >>               connectionTimeout="20000"
>>> >>               redirectPort="8443" URIEncoding="UTF-8" />
>>> >>
>>> >> Already done so.. Or?
>>> >>
>>> >> Thanks for helping..
>>> >>
>>> >> 2011/3/29 Attila Király <kiralyattila...@gmail.com>:
>>> >> > If this encoding issue is in url: did you configure Tomcat to use
>>> UTF-8
>>> >> for
>>> >> > uri encoding (URIEncoding attribute on the HTTP connector)? The
>>> default
>>> >> > encoding for URI is ISO-8859-1 in Tomcat and UTF-8 in Jetty.
>>> >> >
>>> >> > Attila
>>> >> >
>>> >> > 2011/3/29 nino martinez wael <nino.martinez.w...@gmail.com>
>>> >> >
>>> >> >> Hi Guys
>>> >> >>
>>> >> >> Im not sure if this is a wicket issue (I don't think so). But we are
>>> >> >> experiencing encoding(æøå) issues with Tomcat 7.0.11 after using
>>> >> >> Apache Wicket 1.5-rc2. However this issue does not occur when running
>>> >> >> Jetty..
>>> >> >>
>>> >> >> Anyone has an idea on howto fix this?
>>> >> >>
>>> >> >>
>>> >> >> regards Nino
>>> >> >>
>>> >> >> ---------------------------------------------------------------------
>>> >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >> >>
>>> >> >>
>>> >> >
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>> >>
>>> >>
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to