From e8053c548c0a020ed85129345c8bb12d0c5b3ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 3 Jul 2017 16:42:06 +0200 Subject: [PATCH] Try another encoding to correct database result --- extras/include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/include.php b/extras/include.php index 5775ebe..a9e360f 100755 --- a/extras/include.php +++ b/extras/include.php @@ -6,6 +6,6 @@ if ($mysqli->connect_errno){ echo "Error: " . $mysqli->connect_error . "\n"; exit; } else { - $mysqli->set_charset("iso-8859-1"); + $mysqli->set_charset("utf-8"); } ?>