Hi!

We had this problem, and we solved it by setting the correct UriEncoding for
tomcat:

http://tomcat.apache.org/faq/connectors.html#utf8

Hope this helps!

On 4/7/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

I'm running on empty, but I think you play with  the hivemind
configuration
point looking somewhat like the following to set whatever ISO encoding
requirements you have.

<contribution configuration-id="tapestry.markup.MarkupFilters">
        This contribution associates text/xml content types with tapestry
so
that an
        IMarkupWriter instance can be created that will write xml
responses.
        <!-- <content type="text/xml"
            filter="instance:org.apache.tapestry.markup.UTFMarkupFilter"/>
-->
        <content type="text/xml"
            filter="instance:org.apache.tapestry.markup.AsciiMarkupFilter
"/>
        <content type="text/plain"
            filter="instance:org.apache.tapestry.markup.AsciiMarkupFilter
"/>
    </contribution>


On 4/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Please someone could reply this. This is my 3rd question in this list
> without a  reply.Or no one has any idea?
>
> thank you all.
>
>
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "Tapestry users" <[EMAIL PROTECTED]>
> Sent: Thursday, April 06, 2006 13:47
> Subject: Tacos:autocompleter , problem with UTF-8 encoding for non latin
> characters
>
>
> > Hi all,
> >
> > i get wrong characters in the autocomplete listener when non latin
> > characters in the search string.
> > How do i handle this? any ideas ? Even extended latin characters are
> > wrongly converted.
> >
> > thanks.
> >
> > gant
> > iNext
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.  http://opennotion.com

Reply via email to