summaryrefslogtreecommitdiffstats
path: root/system/core/Utf8.php
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2012-10-27 17:09:46 +0200
committervkeranov <vkeranov@gmail.com>2012-10-27 17:09:46 +0200
commit31b7c339a1ffda23d9ad288e294fbde5e7e22f70 (patch)
treec0b5cbe050b49142741d46f21214183c73ea4726 /system/core/Utf8.php
parenta8349bc4809e5a5a6bbc2c1a6566a01f4f8f16c7 (diff)
Remove extra new lines
Diffstat (limited to 'system/core/Utf8.php')
-rw-r--r--system/core/Utf8.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Utf8.php b/system/core/Utf8.php
index bc7afed91..efe3c10dc 100644
--- a/system/core/Utf8.php
+++ b/system/core/Utf8.php
@@ -64,7 +64,6 @@ class CI_Utf8 {
define('MB_ENABLED', FALSE);
}
-
if (
@preg_match('/./u', 'é') === 1 // PCRE must support UTF-8
&& function_exists('iconv') // iconv must be installed