From: Rui Hirokawa Date: Sat, 5 Nov 2011 04:43:35 +0000 (+0000) Subject: added japanese encoding to maintain compatibility with PHP 5.3. X-Git-Tag: php-5.5.0alpha1~924 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dabd7de04ae3ed43549eb057bb2536b40d81094;p=php added japanese encoding to maintain compatibility with PHP 5.3. --- diff --git a/ext/standard/html_tables.h b/ext/standard/html_tables.h index cc776b22b8..bcc7e34d3c 100644 --- a/ext/standard/html_tables.h +++ b/ext/standard/html_tables.h @@ -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 },