Expanded report to mention PageSpec and workaround.
authorcfm <cfm@web>
Sun, 8 Feb 2009 16:18:51 +0000 (11:18 -0500)
committerJoey Hess <joey@kitenet.net>
Sun, 8 Feb 2009 16:18:51 +0000 (11:18 -0500)
doc/bugs/PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn

index e9aba88ccdab055d619d80a8a3998f9caf550313..041f63a621b735834459d647ef8fdf7d21319d59 100644 (file)
@@ -1,5 +1,5 @@
-When including a PNG image in a blog, [[ikiwiki/directive/inline]] directives throw an error:
+If a PNG image matches the [[ikiwiki/PageSpec]] of an [[ikiwiki/directive/inline]] directive, the page throws the following error:
 
 > \[[!inline Error: Malformed UTF-8 character (fatal) at /usr/local/lib/perl5/site_perl/5.8.8/File/MimeInfo.pm line 120.]]
 
-Individual posts display fine.
+Individual posts display fine, and moving the offending image outside the scope of the [[ikiwiki/directive/inline]] directive's PageSpec eliminates the error.