]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
More replaces UTF8 to UTF8MB4
[friendica.git] / htconfig.php
index 5967e79f4e1efec7ca934aea20d801c343833945..fe5a17520b4c3f15f942a12045e947f5120035fe 100644 (file)
@@ -16,7 +16,7 @@ $db_user = 'mysqlusername';
 $db_pass = 'mysqlpassword';
 $db_data = 'mysqldatabasename';
 
-// 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";