From 9abd0f0089db877d2f6ec9f3a0b978ef3f11ce86 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 27 Nov 2008 06:25:31 -0500
Subject: [PATCH] - Allow UTF-8 folder names in config (#1485579) - Add junk_mbox option configuration in installer (#1485579)
---
installer/utils.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installer/utils.php b/installer/utils.php
index 76a3357..c1775f2 100644
--- a/installer/utils.php
+++ b/installer/utils.php
@@ -24,7 +24,7 @@
*/
function Q($string)
{
- return htmlentities($string);
+ return htmlentities($string, ENT_COMPAT, 'UTF-8');
}
--
Gitblit v1.9.1