Subject: | Printing UTF-8 through SOAP::Transport::HTTP throws a warning |
When I try to print an XML-RPC <string> type that has UTF-8 in it, I get
the following warning:
xmlrpc.cgi: Wide character in print at
/usr/lib/perl5/site_perl/5.8.5/SOAP/Transport/HTTP.pm line 513.
I'm pretty sure this is because of the "binmode(STDOUT)" there,
overriding my application's "binmode STDOUT, ':utf8'".