diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
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]] |