[wp-meta] [Making WordPress.org] #1320: UTF8 encoding error in support forum's RSS feed
Making WordPress.org
noreply at wordpress.org
Thu Oct 8 08:40:37 UTC 2015
#1320: UTF8 encoding error in support forum's RSS feed
----------------------+----------------------------
Reporter: ShinichiN | Owner:
Type: defect | Status: new
Priority: normal | Component: Support Forums
Keywords: |
----------------------+----------------------------
When accessing to for example https://ja.forums.wordpress.org/rss/view
/all-topics , we get encoding error and google chrome browser or SimplePie
cannot parse the feed.
I attach xml file that we can see the whole feed.
Here's the WP_Error object I got from SimplePie bundled in WP.
{{{
object(WP_Error)#54 (2) {
["errors"]=>
array(1) {
["simplepie-error"]=>
array(1) {
[0]=>
string(129) "This XML document is invalid, likely due to invalid
characters. XML error: not well-formed (invalid token) at line 338, column
25"
}
}
["error_data"]=>
array(0) {
}
}
}}}
And here's the error message Google Chrome gave me.
This page contains the following errors:
error on line 327 at column 26: Input is not proper UTF-8, indicate
encoding !
Bytes: 0x08 0xE7 0x8A 0xB6
Below is a rendering of the page up to the first error.
[[Image(https://www.evernote.com/l/ABRIz2B2i8pC_Z9KC1uroGRE1MQpwHhWktsB/image.png)]]
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1320>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list