diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-10 18:59:01 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-10 18:59:01 -0500 |
commit | 2f2470d8353e23ebc58ea9edd6b1d9c3e406b471 (patch) | |
tree | ccc1910c00177845d7fc36e5222180cefb48ca84 | |
parent | c2981cfca9cb16a8e303e129350de476faeb6610 (diff) |
web commit by tschwinge: Problem with umlauts and friends.
-rw-r--r-- | doc/bugs/Problem_with_umlauts_and_friends.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/Problem_with_umlauts_and_friends.mdwn b/doc/bugs/Problem_with_umlauts_and_friends.mdwn new file mode 100644 index 000000000..3e64b7e04 --- /dev/null +++ b/doc/bugs/Problem_with_umlauts_and_friends.mdwn @@ -0,0 +1,11 @@ +I can't tell yet if this is a problem with ikiwiki, or rather with the web server, +or `w3m`, or whatever. + +To reproduce: + + $ LC_ALL=C w3m http://ikiwiki.info/sandbox/ + +Select *Edit*, log in, have `w3m` spawn an editor for editing the page and notice +that all umlauts and friends have disappeared. /!\ If the user now saves the page, +the mangled page will be entered into the RCS, so don't do this on the ikiwiki +sandbox page. |