Subject: | transport of UTF-8 strings is broken |
I have written a small failing test to demonstrate the issue:
https://gist.github.com/1870757
Right now it seems impossible to transport UTF-8 strings with SOAP::Lite
and get them back unmolested and useful, meaning users have to resort to
walking the tree of their response and convert all strings encountered
(and i don't even want to think about what happens to hash keys) or do
some sort of monkey-patching.
The serialization should be able to transport strings verbatim.