]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/htconfig.tpl
More replaces UTF8 to UTF8MB4
[friendica.git] / view / templates / htconfig.tpl
index f8a6bc1c90f4cdc500cbc8ddc856bb9c9e2904e1..03a70986becb7eb64a4121fd26e946edf85f5803 100644 (file)
@@ -15,7 +15,7 @@ $db_user = '{{$dbuser}}';
 $db_pass = '{{$dbpass}}';
 $db_data = '{{$dbdata}}';
 
-// Set the database connection charset to UTF8.
+// Set the database connection charset to full Unicode (utf8mb4).
 // Changing this value will likely corrupt the special characters.
 // You have been warned.
 $a->config['system']['db_charset'] = "utf8mb4";