mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
eh? meh.
git-svn-id: file:///svn/phpbb/trunk@6966 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
36c78d35f0
commit
0ea74d63a7
1 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ function cp1257($string)
|
||||||
return strtr($string, $transform);
|
return strtr($string, $transform);
|
||||||
}
|
}
|
||||||
|
|
||||||
function cp1255_to_utf8($string)
|
function cp1252_to_utf8($string)
|
||||||
{
|
{
|
||||||
static $transform = array(
|
static $transform = array(
|
||||||
"\xE2\x82\xAC" => "\x80",
|
"\xE2\x82\xAC" => "\x80",
|
||||||
|
|
Loading…
Add table
Reference in a new issue