RT for rt.cpan.org
Skip Menu
|
Bug #58064 for RPC-XML: When ENCODING is set, HTTP headers need a charset
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
RPC-XML CPAN distribution
.
Report information
The Basics
Id:
58064
Status:
new
Priority:
0/
Queue:
RPC-XML
People
Owner:
Nobody in particular
Requestors:
mkanat [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Normal
Broken in:
0.73
Fixed in:
(no value)
History
Show all quoted text
Wed Jun 02 15:25:20 2010
mkanat [...] cpan.org - Ticket created
Subject:
When ENCODING is set, HTTP headers need a charset
I set $RPC::XML::ENCODING = 'UTF-8', but Content-Type is just "text/xml". It should be: text/xml; charset="UTF-8"