hirokawa Sat, 05 Nov 2011 04:43:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318802
Log:
added japanese encoding to maintain compatibility with PHP 5.3.
Changed paths:
U php/php-src/trunk/ext/standard/html_tables.h
Modified: php/php-src/trunk/ext/standard/html_tables.h
===================================================================
--- php/php-src/trunk/ext/standard/html_tables.h 2011-11-05 04:33:02 UTC
(rev 318801)
+++ php/php-src/trunk/ext/standard/html_tables.h 2011-11-05 04:43:35 UTC
(rev 318802)
@@ -57,8 +57,11 @@
{ "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 },
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php