Re: UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Drew Wilson
luk Webmaster, The Calgary Sun http://www.calgarysun.com [EMAIL PROTECTED] Ph: 403-250-4371 -Original Message- From: Drew Wilson [mailto:[EMAIL PROTECTED] Sent: March-16-07 1:15 PM To: modperl mod_perl Subject: UTF8 fun with SOAP::Lite and mod_perl 1.3.33 I'm trying to track down a Unicode

Re: UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Drew Wilson
OK, I think I've got something that I'm happy with. There were a couple problems with how my SOAP::Lite handler was processing UTF8. First, SOAP::Lite encodes extended 8-bit strings as base 64. What a pain. I found this workaround

UTF-8 fun [was: UTF8 fun with SOAP::Lite and mod_perl 1.3.33]

2007-03-16 Thread Aaron Hawryluk
x27;Drew Wilson'; 'modperl mod_perl' Subject: Re: UTF8 fun with SOAP::Lite and mod_perl 1.3.33 FWIW, if you tell the client to render the page as UTF-8, your 'broken' mod_perl version works correctly. The content-type header is instructing the client to render the page

Re: UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Chris Jacobson
=171082&x=articles&s=showbiz Hey! Mod_perl guys! Can you say "reproducibility"? --Aaron Hawryluk Webmaster, The Calgary Sun http://www.calgarysun.com [EMAIL PROTECTED] Ph: 403-250-4371 -Original Message- From: Drew Wilson [mailto:[EMAIL PROTECTED] Sent: March-16-07 1:15 P

Re: UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Robert Landrum
Drew Wilson wrote: But I cannot figure out WHERE this conversion is being done. I've picked through SOAP::Lite enough to know that unicode conversions are probably more than it knows how to handle. However, SOAP::Data::encode_data uses a regex to munge data. Perhaps there's a conversion h

RE: UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Aaron Hawryluk
6-07 1:15 PM To: modperl mod_perl Subject: UTF8 fun with SOAP::Lite and mod_perl 1.3.33 I'm trying to track down a Unicode malcoding problem using SOAP::Lite 0.67 with mod_perl 1.29 on apache 1.3.33. The problem I'm seeing is my UTF8 strings are transformed in the http response.

UTF8 fun with SOAP::Lite and mod_perl 1.3.33

2007-03-16 Thread Drew Wilson
I'm trying to track down a Unicode malcoding problem using SOAP::Lite 0.67 with mod_perl 1.29 on apache 1.3.33. The problem I'm seeing is my UTF8 strings are transformed in the http response. The strings look correct inside the perl space (e.g. printing to STDERR inside the perl handler)