mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@6852 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -406,7 +406,7 @@ function iso_8859_7($string)
|
||||
return strtr($string, $transform);
|
||||
}
|
||||
|
||||
function iso_8895_9($string)
|
||||
function iso_8859_9($string)
|
||||
{
|
||||
static $tranform = array(
|
||||
"\xC3\x90" => "\xC4\x9E",
|
||||
@@ -419,7 +419,7 @@ function iso_8895_9($string)
|
||||
return strtr(utf8_encode($string), $transform);
|
||||
}
|
||||
|
||||
function iso_8895_15($string)
|
||||
function iso_8859_15($string)
|
||||
{
|
||||
static $tranform = array(
|
||||
"\xC2\xA4" => "\xE2\x82\xAC",
|
||||
|
Reference in New Issue
Block a user