Did you try setting up the character encoding for the page?
<meta http-equiv="content-type" content="text/html;
charset=utf-8">
On Tue, May 6, 2008 at 5:42 AM, David Bourguignon
<tal.bourguignon@gmail.com>
wrote:
> Hello,
> I have a Rails App which serve a Soap Web Service with ActionWebService.
> I accept 2 string parameters that must contain xml.
> The data sent are in UTF-8, but the non-ascii char (é, à ...) in the
> message are crippled at the end.
>
> I tested the app, database, html, ... all accept utf-8, a direct http post
> works well, but going through the web service broke the content.
>
> I tried to manually set the $KCODE en require de iconv in environment.rb :
>
> $KCODE = 'UTF8'
> require 'iconv'
>
> It's with rails 1.2.6
>
> Any idea ?
>
> Thanks,
> David
>
> >
>
--
James Mitchell
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---