From: Dmitry Panin Date: Mon, 3 Feb 2014 17:49:54 +0000 (-0800) Subject: Make html_table_gen consistent with html_table.h X-Git-Tag: php-5.5.10RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=179e45920cbedc3bee1a8c46457cb42b2926e5e4;p=php 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. --- 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 },