X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=469fa7af6116f0ae64cb427d6c9064b7dda71bc0;hb=5efab810f5ac961995940e8ca4051123334111c2;hp=fe6c0d82ee4562275a88beb8b301870b5c0b4543;hpb=2e9d233367068fceac8005126d14a2002539c772;p=friendica.git diff --git a/htconfig.php b/htconfig.php index fe6c0d82ee..469fa7af61 100644 --- a/htconfig.php +++ b/htconfig.php @@ -16,6 +16,11 @@ $db_user = 'mysqlusername'; $db_pass = 'mysqlpassword'; $db_data = 'mysqldatabasename'; +// Set the database connection charset to UTF8. +// Changing this value will likely corrupt the special characters. +// You have been warned. +$a->config['system']['db_charset'] = "utf8mb4"; + // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". // It can be changed later and only applies to timestamps for anonymous viewers.