On Apr 2, 4:23 pm, Christophe Decaux <[email protected]> wrote: > > By the way, I cannot ask the request sender to change his encoding method... > On the other hand, I've setup everything in my app to use utf-8 which works > fine... > Well if you cannot change the sender then you don't have a choice - you'll have to convert the input (probably an iso latin varient) into utf8. The iconv library can handle a large number of encodings.
Fred > Thanks in advance, > > Christophe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

