mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7235 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bf94e3b132
commit
c9e6302172
1 changed files with 2 additions and 1 deletions
|
@ -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':
|
||||||
|
|
Loading…
Add table
Reference in a new issue