RE: Multipage CForm using Ajax - Non ascii Characters
Robby Pelssers <[email protected]>
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <A5838A1302A3AC48B4A90FAD790B51AB09F83769@AMXPRD0410MB366.eurprd04.prod.outlook.com> |
You will probably need to encode the characters if you make an ajax call…
var somevalue = encodeURIComponent(“this is a value to be encoded”);
Robby
From: Peter Sparkes [mailto:[email protected]]
Sent: Monday, January 14, 2013 3:18 PM
To: Cocoon users
Subject: Multipage CForm using Ajax - Non ascii Characters
Hi
Cocoon 2.11
I have implemented a multipage CForm which uses Ajax. The form is based on the example at
http://cocoon.zones.apache.org/cocoon21/samples/blocks/forms/do-multipage.flow
The form works fine except that it does not save non ascii characters correctly eg.
É € ç £
If I use one very long form without Ajax the above characters are correctly saved
Help please, How can I fix this problem
Peter