X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3a23cdde7d5621bc8d723d2226945ee5243115f3..c6e75e7397fccb26a0a756cda1fd0d85af7cff38:/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn diff --git a/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn b/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn index 7e9bf84e2..eb3450a7e 100644 --- a/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn +++ b/doc/bugs/__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn @@ -33,3 +33,15 @@ If I remove the ampersand in the title, ikiwiki has no problem. However, the ent valid HTML, so it would be good for ikiwiki to understand it. At the minimum, stripping the offending entity but un-escaping the rest seems like a reasonable thing to do, unless that has security implications. + +> I tested on unstable, and ikiwiki handled that sample rss fine, +> generating a `ü.html`. --[[Joey]] + +>> I confirm that it works with ikiwiki 2.50, at least partially. The HTML output is +>> OK, but the aggregate plugin still reports this: +>> +>> processed ok at 2008-07-01 21:24:29 (invalid UTF-8 stripped from feed) (feed entities escaped) +>> +>> I hope that's just a minor blemish. --liw + +>>> Sounds like this is [[done]] --[[Joey]]