Make WordPress Core

Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#14109 closed defect (bug) (worksforme)

rss reader can't read windows-1255 encoded feeds

Reported by: ornani's profile Ornani Owned by:
Milestone: Priority: normal
Severity: minor Version: 3.0
Component: Feeds Keywords: needs-patch
Focuses: Cc:

Description

To reproduce, install the latest WP version, add a RSS widget with the following address (or any other windows-1255 encoded feed):
http://www.ynet.co.il/Integration/StoryRss1854.xml

You will get only the non Hebrew characters.
It's not a problem with Hebrew because if you try it on another Hebrew feed but this time utf-8 encoded, it works great. Example: http://mizbala.com/?feed=rss2

This problem is not only in the widget, it's also in the fetch_feed function: http://codex.wordpress.org/Function_Reference/fetch_feed

And probably any other WordPress RSS fetching code.

Or maybe there is a way to specify that the source is encoded with windows-1255? I tried some stuff but it didn't work out.

Change History (6)

#1 @Ornani
15 years ago

It's 100% a simplepie problem.

#3 @Ornani
15 years ago

*Apparently

#4 @nacin
14 years ago

http://core.trac.wordpress.org/changeset/12528/trunk/wp-includes/class-simplepie.php

Those plugins are both very old implementations of SimplePie. If this is an issue still it should be reported upstream.

#5 @rmccue
14 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

That changeset is irrelevant, as although it is related to encodings, it's a different encoding.

This isn't a WordPress bug, so if it's still occurring for you, file it on the SimplePie issue tracker.

#6 @nacin
14 years ago

  • Milestone Awaiting Review deleted

Thanks Ryan.

Note: See TracTickets for help on using tickets.