]> granicus.if.org Git - php/commitdiff
Make html_table_gen consistent with html_table.h
authorDmitry Panin <pank.dm@gmail.com>
Mon, 3 Feb 2014 17:49:54 +0000 (09:49 -0800)
committerSara Golemon <pollita@php.net>
Thu, 30 Jan 2014 10:04:38 +0000 (02:04 -0800)
In commit 6dabd7de04ae3ed the html_table.h was changed manually,
without changing the underlying generator (html_table_gen.php).
This commit fixes it.

ext/standard/html_tables/html_table_gen.php

index 7e7314fa3564f9f26756add5f66833935d892113..68dec133f58afa1996e979b0b5884a7e1d7dbc75 100644 (file)
@@ -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 },