Changeset 3326 for trunk/system/core/utf8.php
- Timestamp:
- 08/09/2008 04:24:30 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/utf8.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/utf8.php
r2712 r3326 1 <?php defined('SYSPATH') or die('No direct script access.');1 <?php 2 2 /** 3 3 * A port of phputf8 to a unified file/class. Checks PHP status to ensure that … … 23 23 * @package Core 24 24 * @author Kohana Team 25 * @copyright (c) 2007 Kohana Team25 * @copyright (c) 2007-2008 Kohana Team 26 26 * @copyright (c) 2005 Harry Fuecks 27 27 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
