SOAP::Lite UTF-8

Nigel Rantor wiggly at wiggly.org
Mon Oct 23 13:15:18 BST 2006


So,

Found that sending multibyte characters using SOAP::Lite was failing.

Basically, it was getting the content-length wrong because it was 
counting characters rather than bytes.

Weirdly, there is code in SOAP::Lite to handle this, it seems to have 
not been working though.

At some point I will probably get some time (ha!) to go and try and fix 
the root cause, right now though I'm using utf8::encode to strip the 
UTF-8 flag from data before it gets sent over the wire.

Has anyone else hit this?

Ta,

   n


More information about the london.pm mailing list