mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Small fix, thanks Black_Hole
#12427 git-svn-id: file:///svn/phpbb/trunk@7757 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -7455,7 +7455,7 @@ function gb2312($string)
|
|||||||
|
|
||||||
function sjis($string)
|
function sjis($string)
|
||||||
{
|
{
|
||||||
static $array = array(
|
static $transform = array(
|
||||||
"\x5C"=>"\xC2\xA5",
|
"\x5C"=>"\xC2\xA5",
|
||||||
"\x7E"=>"\xE2\x80\xBE",
|
"\x7E"=>"\xE2\x80\xBE",
|
||||||
"\x81\x40"=>"\xE3\x80\x80",
|
"\x81\x40"=>"\xE3\x80\x80",
|
||||||
|
Reference in New Issue
Block a user