mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
git-svn-id: file:///svn/phpbb/trunk@7235 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -642,7 +642,7 @@ function utf8_str_split($str, $split_len = 1)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* UTF-8 aware alternative to strcspn
|
* 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
|
* @author Harry Fuecks
|
||||||
*/
|
*/
|
||||||
@@ -739,6 +739,7 @@ function utf8_recode($string, $encoding)
|
|||||||
case 'iso-8859-15':
|
case 'iso-8859-15':
|
||||||
case 'windows-1251':
|
case 'windows-1251':
|
||||||
case 'windows-1252':
|
case 'windows-1252':
|
||||||
|
case 'cp1252':
|
||||||
case 'shift_jis':
|
case 'shift_jis':
|
||||||
case 'euc-kr':
|
case 'euc-kr':
|
||||||
case 'big5':
|
case 'big5':
|
||||||
|
Reference in New Issue
Block a user