diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-01-20 06:01:21 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2011-01-20 06:01:21 +0100 |
commit | aaec1e491f99e9d733b06b721d8d4d1ae778135a (patch) | |
tree | c02cfbc8a2835f4d22681abec2c696c973e4fc46 /system/core/Input.php | |
parent | 3b889a970adbfc3ca015803f80a2a45066abcbd9 (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.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 9668058c1..1157601e1 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; |