mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@7720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -408,7 +408,7 @@ function iso_8859_7($string)
|
||||
|
||||
function iso_8859_8($string)
|
||||
{
|
||||
static $tranform = array(
|
||||
static $transform = array(
|
||||
"\xC2\xAA" => "\xC3\x97",
|
||||
"\xC2\xBA" => "\xC3\xB7",
|
||||
"\xC3\x9F" => "\xE2\x80\x97",
|
||||
|
Reference in New Issue
Block a user