[wp-trac] [WordPress Trac] #10498: RSS widget filters some characters

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 6 07:51:08 UTC 2011


#10498: RSS widget filters some characters
----------------------------------------------+----------------------------
 Reporter:  pavelevap                         |       Owner:  azaozz
     Type:  defect (bug)                      |      Status:  new
 Priority:  normal                            |   Milestone:  Future
Component:  Widgets                           |  Release
 Severity:  normal                            |     Version:  2.8.2
 Keywords:  simplepie has-patch dev-feedback  |  Resolution:
----------------------------------------------+----------------------------
Changes (by solarissmoke):

 * keywords:  simplepie needs-patch => simplepie has-patch dev-feedback


Comment:

 The problem is that SimplePie tries to use `mb_convert_encoding()` without
 checking whether the encoding is supported. In this case, Windows-1250
 isn't supported, so you lose all the special characters. You can check
 what is supported by calling `mb_list_encodings()`.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10498#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list