commit | aaec1e491f99e9d733b06b721d8d4d1ae778135a | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Thu Jan 20 00:01:21 2011 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Thu Jan 20 00:01:21 2011 -0500 |
tree | c02cfbc8a2835f4d22681abec2c696c973e4fc46 | |
parent | 3b889a970adbfc3ca015803f80a2a45066abcbd9 [diff] [blame] |
Renaming the unicode class to utf8 so we don't run the risk of violating the Unicode Consortium's trademark.
diff --git a/system/core/Input.php b/system/core/Input.php index 9668058..1157601 100644 --- a/system/core/Input.php +++ b/system/core/Input.php
@@ -59,7 +59,7 @@ $this->security =& load_class('Security'); } - // Do we need the Unicode class? + // Do we need the UTF-8 class? if (UTF8_ENABLED === TRUE) { global $UNI;