summaryrefslogtreecommitdiff
path: root/ext/standard/html_tables.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2011-11-05 04:44:16 +0000
committerRui Hirokawa <hirokawa@php.net>2011-11-05 04:44:16 +0000
commitd6015ff97299ed10d82cbc085d5d54cb0dd13a8c (patch)
treed3dba8ed1e045b01b4acae18216b22b2c24c7772 /ext/standard/html_tables.h
parent5745f95372e306132cec191577b13c0c3a148856 (diff)
downloadphp-git-d6015ff97299ed10d82cbc085d5d54cb0dd13a8c.tar.gz
MFH: added japanese encoding to maintain compatibility with PHP 5.3.
Diffstat (limited to 'ext/standard/html_tables.h')
-rw-r--r--ext/standard/html_tables.h3
1 files changed, 3 insertions, 0 deletions
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 },