Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 57451 invoked by uid 500); 3 Mar 2003 18:15:54 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 57437 invoked from network); 3 Mar 2003 18:15:54 -0000 Received: from unknown (HELO mail.dff.local) (62.159.19.130) by daedalus.apache.org with SMTP; 3 Mar 2003 18:15:54 -0000 Received: from altair.dff.local ([172.16.2.8] helo=dff.st) by mail.dff.local with esmtp (Exim 3.35 #1) id 18puTj-0001Oz-00 for cocoon-dev@xml.apache.org; Mon, 03 Mar 2003 19:15:55 +0100 Message-ID: <3E639C07.8030900@dff.st> Date: Mon, 03 Mar 2003 19:16:39 +0100 From: Torsten Curdt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: form encoding problems References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Hi All, > > This is possibly a trivial mistake ... but I never came across it before. I recall a similiar problem a long time ago. I solved it by changing some of the HTML serializer settings. The form encoding was fine in IE but crap in NS/Mozilla. Sorry, cannot really remember what is was :-/ > I have a search form for searching Lucene. Mozilla confirms the page is > in UTF-8 encoding. > > I enter a string with accented characters into the query field. eg > '�clair' (e-acute). > > The form comes back with the string now reading 'éclair'. (A-tilde, > Copyright sign). Mozilla says the encoding is still UTF-8. (The value > has been picked up by an InputModule and fed via the SiteMap to XSLT). > > The query string in the URL reads 'query=%C3%A9clair', which are the > unicodes for 'A-tilde' and 'Copyright' characters. (Which would imply to > me that the Browser incorrectly encoded the query.) How do other browsers behave? > This makes me feel like I have done something really dumb, but I cannot > work out what ;) Well, good luck :) > Any suggestions? Have a beer and then come back - maybe you'll see it then ;) cheers -- Torsten