diff options
-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. |