Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 2667 invoked from network); 7 Sep 2004 11:25:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 11:25:31 -0000 Received: (qmail 31693 invoked by uid 500); 7 Sep 2004 11:25:18 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 31653 invoked by uid 500); 7 Sep 2004 11:25:18 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 31638 invoked by uid 99); 7 Sep 2004 11:25:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.24.206.59] (HELO sma14.technidata.de) (217.24.206.59) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Sep 2004 04:25:16 -0700 Received: from sma12.technidata-ag.com (unverified) by sma14.technidata.de (Content Technologies SMTPRS 4.3.14) with ESMTP id for ; Tue, 7 Sep 2004 13:25:10 +0200 Received: from EX02.technidata-ag.com ([192.168.140.18]) by sma12.technidata-ag.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 7 Sep 2004 13:25:06 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: From Unicode to Form and back again Date: Tue, 7 Sep 2004 13:25:06 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: From Unicode to Form and back again Thread-Index: AcSUyw+NsYaaW5pUQQm6zAg5SnQWqQAATr9Q From: "Huber, Daniel" To: X-OriginalArrivalTime: 07 Sep 2004 11:25:06.0503 (UTC) FILETIME=[539A1570:01C494CD] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > I currently build "plain" HTML forms out of given XML files. > > As well as the other way round: I save the user input from=20 > > these forms back to XML file. > > [...] > > This behaviour seems to be quite independent of the=20 > > form-encoding used for RequestGenerator (ISO-8859-1 or UTF-8). > >=20 > > Is there a way to prevent the conversion into entities, but always > > generate UTF-8 encoding? > > Has anybody out there tried to allow unicode characters in=20 > > HTML forms? > > [...] >=20 > Use set-encoding action in your pipeline: >=20 > > > > > .... > Sorry, this will convert all characters which used to be correct into = '?'. (e.g. '=E4=F6=FC'=3D>'???') This is quite weired, because I already used: UTF-8 ... so I didn't really expected a change. It really seems that I got more than one configuration wrong... Regards, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org