Merge pull request #14028 from frsela/charset_utf8

Setting default charset to UTF-8 in .htaccess and .user.ini
This commit is contained in:
Lukas Reschke 2015-02-10 10:38:12 +01:00
commit 5ae03fd650
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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'