summaryrefslogtreecommitdiff
path: root/installer/utils.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/utils.php')
-rw-r--r--installer/utils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/utils.php b/installer/utils.php
index 76a335762..c1775f2bb 100644
--- a/installer/utils.php
+++ b/installer/utils.php
@@ -24,7 +24,7 @@ function __autoload($classname)
*/
function Q($string)
{
- return htmlentities($string);
+ return htmlentities($string, ENT_COMPAT, 'UTF-8');
}