diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:09:46 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:09:46 +0200 |
commit | 31b7c339a1ffda23d9ad288e294fbde5e7e22f70 (patch) | |
tree | c0b5cbe050b49142741d46f21214183c73ea4726 /system/core | |
parent | a8349bc4809e5a5a6bbc2c1a6566a01f4f8f16c7 (diff) |
Remove extra new lines
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Utf8.php | 1 |
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 |