Thanks for your answer. i will check that out. a coworker of mine has
tried some conversions with Iconv in the meantime, but we are not able
to read a text file which was saved as utf-16 or utf-8 properly :-(

XSD::Charset.encoding = 'UTF8' <-- is there something to "require" in
the script in order to get this working?

Christian

On 10/18/06, Chris McMahon <[EMAIL PROTECTED]> wrote:

> I don't think this is exactly what you need, but I experimented with doing
> this on some SOAP calls, and I had to do two things:  first, add the
> appropriate encoding somewhere in the script, like:
>
>  XSD::Charset.encoding = 'UTF8'
>
> Second, use Word or some more advanced editior and do "save as" on your
> script itself, and pick the appropriate encoding, in this case UTF8.  (This
> might be more important for sending than reading,  but it was not intuitive,
> and it was the only thing that worked.)
>
> Here's where I learned all this:
> http://groups.google.com/group/soap4r/browse_thread/thread/ca7bba0194bb60b6/#
> Also, whytheluckystiff says Matz is about to make this lots easier:
> http://redhanded.hobix.com/cult/yayMatzIsOnTheCuspOfUnveilingRubySUnicodeSupport.html#comments
>
>
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to