git-svn-id: file:///svn/phpbb/trunk@7235 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-03-27 23:22:04 +00:00
parent bf94e3b132
commit c9e6302172

View file

@ -642,7 +642,7 @@ function utf8_str_split($str, $split_len = 1)
/**
* UTF-8 aware alternative to strcspn
* Find length of initial segment not matching mask
* Find length of initial segment matching the mask
*
* @author Harry Fuecks
*/
@ -739,6 +739,7 @@ function utf8_recode($string, $encoding)
case 'iso-8859-15':
case 'windows-1251':
case 'windows-1252':
case 'cp1252':
case 'shift_jis':
case 'euc-kr':
case 'big5':