[wp-trac] [WordPress Trac] #11219: SimplePie fails when trying to convert UTF-8 to UTF-8
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 10 13:59:05 UTC 2009
#11219: SimplePie fails when trying to convert UTF-8 to UTF-8
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Administration | Version: 2.9
Severity: normal | Keywords: has-patch tested blocker
-------------------------------+--------------------------------------------
Comment(by Denis-de-Bernardy):
Marked this as blocker... without the patch applied on my desktop, my dev
site's admin area takes loads of time to load on grounds that the UTF-8
feed, which gets retrieved and parsed perfectly fine, could not be
converted to UTF-8.
The site's settings are as follows:
{{{
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
}}}
A show create table claims it's utf8 collated needed.
Feed returns the following header and data:
{{{
$ curl -I http://www.semiologic.com/news/wordpress/feed/
HTTP/1.1 200 OK
Date: Thu, 10 Dec 2009 13:56:46 GMT
Server: Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2
mod_python/3.3.1 Python/2.6.2 SVN/1.6.5
Last-Modified: Mon, 07 Dec 2009 21:39:38 GMT
X-Pingback: http://www.semiologic.com/xmlrpc.php
ETag: "ca1a1329c5c1f838063c134d9b5f3f39"
Content-Type: text/xml; charset=utf-8
$ curl http://www.semiologic.com/news/wordpress/feed/ -s | head -n 1
<?xml version="1.0" encoding="utf-8"?>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11219#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list