Changeset 456 for trunk/system/core/utf8.php
- Timestamp:
- 09/01/2007 03:13:26 AM (15 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/utf8.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/utf8.php
r447 r456 27 27 * - The mbstring extension is highly recommended but must not be overloading string functions. 28 28 */ 29 if (preg_match('/^. {1}/u', 'ñ') !== 1)29 if (preg_match('/^.$/u', 'ñ') !== 1) 30 30 { 31 31 trigger_error
