[wp-trac] Re: [WordPress Trac] #4794: xml-rpc should identify
encoding
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 22 16:00:51 GMT 2007
#4794: xml-rpc should identify encoding
----------------------------+-----------------------------------------------
Reporter: redsweater | Owner: josephscott
Type: defect | Status: new
Priority: normal | Milestone: 2.4 (future)
Component: Administration | Version: 2.2.2
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by Otto42):
The problem is specifically in the IXR_Server class:
{{{
function output($xml) {
$xml = '<?xml version="1.0"?>'."\n".$xml;
...
}}}
Edit that to include the charset and you should be good.
--
Ticket URL: <http://trac.wordpress.org/ticket/4794#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list