]> source.dussan.org Git - nextcloud-server.git/commitdiff
Setting default charset to UTF-8 in .htaccess and .user.ini
authorFernando Rodriguez Sela <frsela@tid.es>
Tue, 10 Feb 2015 08:39:06 +0000 (09:39 +0100)
committerFernando Rodriguez Sela <frsela@tid.es>
Tue, 10 Feb 2015 08:39:06 +0000 (09:39 +0100)
.htaccess
.user.ini

index 78e6255c8782544a59644d066e5602b7f7a17af5..cf9af3f72d1fc9de389494b30b154e323bbe94d7 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -13,6 +13,7 @@ php_value post_max_size 513M
 php_value memory_limit 512M
 php_value mbstring.func_overload 0
 php_value always_populate_raw_post_data -1
+php_value default_charset 'UTF-8'
 <IfModule mod_env.c>
   SetEnv htaccessWorking true
 </IfModule>
index 09f6a05ff6cf1162544f69044662eabe987b078d..ef440b53fe5d7d3d32567ef24ea7de5eecd2baa5 100644 (file)
--- a/.user.ini
+++ b/.user.ini
@@ -3,3 +3,4 @@ post_max_size=513M
 memory_limit=512M
 mbstring.func_overload=0
 always_populate_raw_post_data=-1
+default_charset='UTF-8'