summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Panin <pank.dm@gmail.com>2014-02-03 09:49:54 -0800
committerSara Golemon <pollita@php.net>2014-01-30 02:07:08 -0800
commitcb7af767ec6605b4363331afa92386334b48c419 (patch)
treee234ca71146c9fd783bb0b78fdf9a630b778ab72
parent9da5118af8d91a9b17f7e0526b7e3d4fd00ddaeb (diff)
downloadphp-git-cb7af767ec6605b4363331afa92386334b48c419.tar.gz
Make html_table_gen consistent with html_table.h
In commit 6dabd7de04ae3ed the html_table.h was changed manually, without changing the underlying generator (html_table_gen.php). This commit fixes it.
-rw-r--r--ext/standard/html_tables/html_table_gen.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/html_tables/html_table_gen.php b/ext/standard/html_tables/html_table_gen.php
index 7e7314fa35..68dec133f5 100644
--- a/ext/standard/html_tables/html_table_gen.php
+++ b/ext/standard/html_tables/html_table_gen.php
@@ -80,8 +80,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 },