mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
wrong function name :P
git-svn-id: file:///svn/phpbb/trunk@6992 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1371,7 +1371,7 @@ function cp1257($string)
|
|||||||
return strtr($string, $transform);
|
return strtr($string, $transform);
|
||||||
}
|
}
|
||||||
|
|
||||||
function cp1252_to_utf8($string)
|
function utf8_to_cp1252($string)
|
||||||
{
|
{
|
||||||
static $transform = array(
|
static $transform = array(
|
||||||
"\xE2\x82\xAC" => "\x80",
|
"\xE2\x82\xAC" => "\x80",
|
||||||
|
Reference in New Issue
Block a user