RE: [Rails-spinoffs] Serialized form... problems with accents

2006-03-23 Thread Gregory Hill
-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/

Re: [Rails-spinoffs] Serialized form... problems with accents

2006-03-23 Thread Blaise Bernier
; 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

Re: [Rails-spinoffs] Serialized form... problems with accents

2006-03-23 Thread Siegfried Puchbauer
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

RE: [Rails-spinoffs] Serialized form... problems with accents

2006-03-22 Thread Gregory Hill
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

[Rails-spinoffs] Serialized form... problems with accents

2006-03-22 Thread Blaise Bernier
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