-spinoffs@lists.rubyonrails.org
Subject: Re: [Rails-spinoffs]
Serialized form... problems with accents
I'm also using prototype
to serialize forms with german umlauts ... I have no problems because I use
UTF-8 as page-enconding What page encoding do you use?
brgds
sigi
On 3/
; Sent: Wednesday, March 22, 2006 10:57 AM
> To: rails-spinoffs@lists.rubyonrails.org
<mailto:rails-spinoffs@lists.rubyonrails.org>
> Subject: [Rails-spinoffs] Serialized form... problems with accents
>
> Hi,
>
> I'm working on a french website and I use the
arch 22, 2006 10:57 AM> To: rails-spinoffs@lists.rubyonrails.org
> Subject: [Rails-spinoffs] Serialized form... problems with accents>> Hi,>> I'm working on a french website and I use the Form.serialize method to> send the info through AJAX. The thing is that the accentuat
t; [EMAIL PROTECTED] On Behalf Of Blaise Bernier
> Sent: Wednesday, March 22, 2006 10:57 AM
> To: rails-spinoffs@lists.rubyonrails.org
> Subject: [Rails-spinoffs] Serialized form... problems with accents
>
> Hi,
>
> I'm working on a french website and I use the Form.ser
Hi,
I'm working on a french website and I use the Form.serialize method to
send the info through AJAX. The thing is that the accentuated letters
(é,ê,à, etc.) don't get replaced by their HTML entities and they get
corrupted when retrieving the data. How could I fix that?
thanks a lot,
Bla