aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspaceone <spaceone@users.noreply.github.com>2015-11-19 23:33:05 +0100
committerspaceone <spaceone@users.noreply.github.com>2015-11-19 23:33:05 +0100
commit9b3677144420b899df1a0c64475981b5af2c92e8 (patch)
tree7b10ae24a788a2a42483a04d2d8e992474a47fbb
parent43f80b6b5d5700ebce89b69071109d2eb30bd565 (diff)
Suggest setting of encoding in README
Otherwise there will be a ruby crash if a entry with umlauts in the title gets created.
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 3bcc13a..9d63a6d 100644
--- a/README
+++ b/README
@@ -33,12 +33,15 @@ License:
7. for RUBY 1.9 you need to add
SetEnv RUBYLIB $DUDLE_INSTALLATION_PATH
to your .htaccess
-8. It might be the case, that you have to set some additional Variables in your .htaccess:
+8. to make titles with umlauts working you need to set the encoding e.g. by adding
+ SetEnv RUBYOPT "-E UTF-8:UTF-8"
+ to your .htaccess
+9. It might be the case, that you have to set some additional Variables in your .htaccess:
SetEnv GIT_AUTHOR_NAME="http user"
SetEnv GIT_AUTHOR_EMAIL=foo@example.org
SetEnv GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
SetEnv GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
-9. Try to open http://$YOUR_SERVER/check.cgi to check if your config seems to work.
+10. Try to open http://$YOUR_SERVER/check.cgi to check if your config seems to work.
=== Pimp your Installation ===
* If you want to create your own Stylesheet, you just have to put it in