summaryrefslogtreecommitdiffstats
path: root/system/core/Utf8.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
commit8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch)
treea9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/core/Utf8.php
parentb9fe7e9be099f450747de6ed28d400764ffc58b3 (diff)
parent3bb4029bbe0db9625be21e2dad82ef18286560ca (diff)
Merge pull request #1935 from vkeranov/develop
Remove some 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