From 1d4f98ccdbeacd977d2b2e1036983ce70221f9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 3 Jul 2017 16:57:28 +0200 Subject: [PATCH] Revert "Try another encoding to correct database result" This reverts commit e8053c548c0a020ed85129345c8bb12d0c5b3ecf. --- extras/include.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/include.php b/extras/include.php index a9e360f..5775ebe 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("utf-8"); + $mysqli->set_charset("iso-8859-1"); } ?>