mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
MFH: added japanese encoding to maintain compatibility with PHP 5.3.
This commit is contained in:
parent
5745f95372
commit
d6015ff972
@ -57,8 +57,11 @@ static const struct {
|
||||
{ "Shift_JIS", cs_sjis },
|
||||
{ "SJIS", cs_sjis },
|
||||
{ "932", cs_sjis },
|
||||
{ "SJIS-win", cs_sjis },
|
||||
{ "CP932", cs_sjis },
|
||||
{ "EUCJP", cs_eucjp },
|
||||
{ "EUC-JP", cs_eucjp },
|
||||
{ "eucJP-win", cs_eucjp },
|
||||
{ "KOI8-R", cs_koi8r },
|
||||
{ "koi8-ru", cs_koi8r },
|
||||
{ "koi8r", cs_koi8r },
|
||||
|
Loading…
Reference in New Issue
Block a user