mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Make html_table_gen consistent with html_table.h
In commit 6dabd7de04
the html_table.h was changed manually,
without changing the underlying generator (html_table_gen.php).
This commit fixes it.
This commit is contained in:
parent
d676396435
commit
179e45920c
1 changed files with 3 additions and 0 deletions
|
@ -80,8 +80,11 @@ static const struct {
|
||||||
{ "Shift_JIS", cs_sjis },
|
{ "Shift_JIS", cs_sjis },
|
||||||
{ "SJIS", cs_sjis },
|
{ "SJIS", cs_sjis },
|
||||||
{ "932", cs_sjis },
|
{ "932", cs_sjis },
|
||||||
|
{ "SJIS-win", cs_sjis },
|
||||||
|
{ "CP932", cs_sjis },
|
||||||
{ "EUCJP", cs_eucjp },
|
{ "EUCJP", cs_eucjp },
|
||||||
{ "EUC-JP", cs_eucjp },
|
{ "EUC-JP", cs_eucjp },
|
||||||
|
{ "eucJP-win", cs_eucjp },
|
||||||
{ "KOI8-R", cs_koi8r },
|
{ "KOI8-R", cs_koi8r },
|
||||||
{ "koi8-ru", cs_koi8r },
|
{ "koi8-ru", cs_koi8r },
|
||||||
{ "koi8r", cs_koi8r },
|
{ "koi8r", cs_koi8r },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue