Skip to content

Commit f85a858

Browse files
author
hirokawa
committed
added japanese encoding to maintain compatibility with PHP 5.3.
git-svn-id: http://svn.php.net/repository/php/php-src/trunk@318802 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent e761d76 commit f85a858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/standard/html_tables.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ static const struct {
5757
{ "Shift_JIS", cs_sjis },
5858
{ "SJIS", cs_sjis },
5959
{ "932", cs_sjis },
60+
{ "SJIS-win", cs_sjis },
61+
{ "CP932", cs_sjis },
6062
{ "EUCJP", cs_eucjp },
6163
{ "EUC-JP", cs_eucjp },
64+
{ "eucJP-win", cs_eucjp },
6265
{ "KOI8-R", cs_koi8r },
6366
{ "koi8-ru", cs_koi8r },
6467
{ "koi8r", cs_koi8r },

0 commit comments

Comments
 (0)