From: SourceForge.net <no...@so...> - 2006-07-04 12:10:02
|
/mod/phpwsrssfeeds item #1108037, was opened at 2005-01-24 00:46 Message generated for change (Comment added) made by murtg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1108037&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: None Status: Open Resolution: Accepted Priority: 9 Submitted By: b_b (bb105) Assigned to: Wendall Cada (wendall911) Summary: Decode HTML Entities in ISO-8859-1 Initial Comment: There are some special Carakters in German that are encoded as (e.g.) ä ö ü in HTML. In XML these entities are undefined but the Module does not decode these entities. ---------------------------------------------------------------------- Comment By: murtg (murtg) Date: 2006-07-04 12:09 Message: Logged In: YES user_id=1549848 dear Wendall, I am experiancing this issue with phpwsrssfeed "Your feed appears to be encoded as "UTF-8", but your server is reporting "US-ASCII" What can I do to fix this? (i am not sure I understood fully the thread) thanks Murt ---------------------------------------------------------------------- Comment By: danitec (danitec) Date: 2005-11-14 15:28 Message: Logged In: YES user_id=1338669 is there a solution? I have a Site, exact with this problem. Best regards Danitec ---------------------------------------------------------------------- Comment By: Shaun Murray (singletrack) Date: 2005-09-01 08:07 Message: Logged In: YES user_id=722742 Bumping this one into consciousness again. £ is the major one for us Brits and I imagine &euro for the sensible part of Europe. You can't run a commercial site feed here without that. There's a nice list on http://en.wikipedia.org/wiki/ List_of_XML_and_HTML_character_entity_references which I'd guess ALL need supporting. Are you sure it has to be done manually? php v4.3.0 added utf-8 to the html_entity functions so you could translate to utf-8 for the xml output. ---------------------------------------------------------------------- Comment By: Shaun Murray (singletrack) Date: 2005-05-27 00:42 Message: Logged In: YES user_id=722742 á messes up the feed too. Came across this one covering the Irish Milk Rás a couple of days ago. Affects the title and summary in the announcement feed. ---------------------------------------------------------------------- Comment By: Wendall Cada (wendall911) Date: 2005-01-24 04:50 Message: Logged In: YES user_id=711566 Thanks for the info. The entity support in php is lacking. Anything it doesn't support I have to manually add. If there are any others you know of, please let me know. Wendall ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1108037&group_id=81360 |