From 0bb3f2937e79703991d99f85e93534844cb4c587 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 17 Sep 2013 11:26:39 +0200 Subject: [PATCH] add note about propperly setting the LANG variable --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 164e9b502..f7de0834a 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,11 @@ can still be set in the configuration, which is not recommend anymore. Just leave those parameters empty. +On Linux/Unix your web server should be run with the environment variable +LANG set to your system default. If LANG=C, then the original filename +of an uploaded document will not be preserved if the filename contains +non ascii characters. + 1. Using the installation tool ------------------------------