mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: added japanese encoding to maintain compatibility with PHP 5.3.
This commit is contained in:
parent
5745f95372
commit
d6015ff972
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue