We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9ff43 commit 7e70025Copy full SHA for 7e70025
inc/databaseConn.php
@@ -37,6 +37,7 @@
37
}
38
39
$dbConn->set_charset("utf8mb4");
40
+$dbConn->query("SET collation_connection = utf8mb4_unicode_ci");
41
42
////////////////////////////////////////////////////////////////////////////
43
// FUNCTIONS
0 commit comments