Show
Ignore:
Timestamp:
09/01/2007 03:13:26 AM (15 months ago)
Author:
Geert
Message:
  • Fixed check for UTF-8 support in PCRE
  • Added mbstring as optional requirement to the UG
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/utf8.php

    r447 r456  
    2727 * - The mbstring extension is highly recommended but must not be overloading string functions. 
    2828 */ 
    29 if (preg_match('/^.{1}/u', 'ñ') !== 1) 
     29if (preg_match('/^.$/u', 'ñ') !== 1) 
    3030{ 
    3131        trigger_error