mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e3033d80d3
commit
5e78e5ad95
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ function iso_8859_7($string)
|
||||||
|
|
||||||
function iso_8859_8($string)
|
function iso_8859_8($string)
|
||||||
{
|
{
|
||||||
static $tranform = array(
|
static $transform = array(
|
||||||
"\xC2\xAA" => "\xC3\x97",
|
"\xC2\xAA" => "\xC3\x97",
|
||||||
"\xC2\xBA" => "\xC3\xB7",
|
"\xC2\xBA" => "\xC3\xB7",
|
||||||
"\xC3\x9F" => "\xE2\x80\x97",
|
"\xC3\x9F" => "\xE2\x80\x97",
|
||||||
|
|
Loading…
Add table
Reference in a new issue