hirokawa                                 Sat, 05 Nov 2011 04:44:16 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=318803

Log:
MFH: added japanese encoding to maintain compatibility with PHP 5.3.

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/standard/html_tables.h

Modified: php/php-src/branches/PHP_5_4/ext/standard/html_tables.h
===================================================================
--- php/php-src/branches/PHP_5_4/ext/standard/html_tables.h     2011-11-05 
04:43:35 UTC (rev 318802)
+++ php/php-src/branches/PHP_5_4/ext/standard/html_tables.h     2011-11-05 
04:44:16 UTC (rev 318803)
@@ -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

Reply via email to