X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dcb7fd85f287e70eef6fedb2dabcdb7c3d16ef20..72c95e8434cf4f2c96d2320eec13cbc01580cb52:/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn diff --git a/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn b/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn index e81d25e4b..5324f7991 100644 --- a/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn +++ b/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn @@ -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]]