summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-01-20 06:01:21 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-01-20 06:01:21 +0100
commitabb175d87f6c80227351b0287095206240c30879 (patch)
tree1584cdac7ddb4680576737d2624ccd5492586430 /system/core/Input.php
parent705a3eec44635f3fada8daa2886d409e6447ca12 (diff)
Renaming the unicode class to utf8 so we don't run the risk of violating the Unicode Consortium's trademark.
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 3a52e37aa..1b7611fe2 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -59,7 +59,7 @@ class CI_Input {
$this->security =& load_class('Security');
}
- // Do we need the Unicode class?
+ // Do we need the UTF-8 class?
if (UTF8_ENABLED === TRUE)
{
global $UNI;