aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-26 19:57:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-26 19:57:21 +0000
commit0a1b4c193ac772c44e428c26ac5c5743d22960d0 (patch)
treea6542506268d1dbfa87da96a3e7caec7b597d89d /doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn
parentc4f2ab17f27e8bebbd1df0e6cf8c22e1f9a8a8fd (diff)
downloadikiwiki-0a1b4c193ac772c44e428c26ac5c5743d22960d0.tar
ikiwiki-0a1b4c193ac772c44e428c26ac5c5743d22960d0.tar.gz
test
Diffstat (limited to 'doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn')
-rw-r--r--doc/bugs/UTF-8_BOM_showing_up_inside_a_page__63__.mdwn6
1 files changed, 5 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 5324f7991..6f1dc4503 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
@@ -1,4 +1,4 @@
-I have a git-backed ikiwiki install, and when I commit and push a file from an x86 host (LANG=en_US.UTF-8) to the Ikiwiki box, which is Debian GNU/Linux on Sparc, I sometimes get unusual characters (ef bb ff) before the first character of the wiki text. It seems that this is a UTF-8 "byte order mark" that is getting inserted automatically into the .wiki file by my editor: http://vim.wikia.com/wiki/VimTip246#Tip:_.23246_-_Working_with_Unicode
+I have a git-backed ikiwiki install, and when I commit and push a file from an x86 host (LANG=en_US.UTF-8) to the Ikiwiki box, which is Debian GNU/Linux on Sparc, I sometimes get unusual characters (ef bb ff) before the first character of the wiki text. It seems that this is a UTF-8 "byte order mark" that is getting inserted automatically into the .wiki file by my editor: http://vim.wikia.com/wiki/VimTip246#Tip:_.23246_-_Working_with_Unicode
Example:
@@ -11,3 +11,7 @@ deal with it, or should I make sure to strip it out before committing?
> plugin could be written to s/// them out as a filter.
>
> I'm unsure if ikiwiki should do this by default. --[[Joey]]
+
+> Looked at this some more. It seems this would be a browser bug, after
+> all, it's not displaying the BOM properly (as a zero-width character).
+> To test, I've added a BOM to this file. --[[Joey]]