response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Jul 2007 17:25:50 +0000 (17:25 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Jul 2007 17:25:50 +0000 (17:25 +0000)
doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn

index e81d25e4b9e61601def54f8602e08df3cf5fb484..5324f799187bb828feab0d077cc5c22affff8fe4 100644 (file)
@@ -4,4 +4,10 @@ Example:
 
         http://monkey.linuxworld.com/lwce-2007/
 
-Is there any way for ikiwiki to spot when .wiki files have this BOM and deal with it, or should I make sure to strip it out before committing?
\ No newline at end of file
+Is there any way for ikiwiki to spot when .wiki files have this BOM and
+deal with it, or should I make sure to strip it out before committing?
+
+> It would be easy to make ikiwiki strip out the BOM. For example, a simple
+> plugin could be written to s/// them out as a filter.
+>
+> I'm unsure if ikiwiki should do this by default. --[[Joey]]