diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2010-11-04 22:23:40 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2010-11-04 22:23:40 +0100 |
commit | 5b2d2da5ae2e97043c6bef53e565d30e50196e2b (patch) | |
tree | e5befa4493ac085ec7f5bcec95bbbd66caf1ab9f /system | |
parent | 650bf623ca839d54bc159434965d28652c1543f8 (diff) |
Fixing the docblock on the unicode class.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Unicode.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/core/Unicode.php b/system/core/Unicode.php index c8f1203f7..ec40c11ed 100644 --- a/system/core/Unicode.php +++ b/system/core/Unicode.php @@ -9,16 +9,16 @@ * @copyright Copyright (c) 2008 - 2010, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com - * @since Version 1.0 + * @since Version 2.0 * @filesource */ // ------------------------------------------------------------------------ /** - * Output Class + * Unicode Class * - * Responsible for sending final output to browser + * Provides unicode support for UTF-8 environments * * @package CodeIgniter * @subpackage Libraries |