moriyoshi               Mon Nov 11 08:28:34 2002 EDT

  Modified files:              
    /php4/ext/standard  html.c 
  Log:
  WS
  
  
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.61 php4/ext/standard/html.c:1.62
--- php4/ext/standard/html.c:1.61       Tue Oct 29 10:05:07 2002
+++ php4/ext/standard/html.c    Mon Nov 11 08:28:34 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: html.c,v 1.61 2002/10/29 15:05:07 moriyoshi Exp $ */
+/* $Id: html.c,v 1.62 2002/11/11 13:28:34 moriyoshi Exp $ */
 
 #include "php.h"
 #include "reg.h"
@@ -291,10 +291,10 @@
        { "BIG5",                       cs_big5 },
        { "GB2312",                     cs_gb2312 },
        { "BIG5-HKSCS",         cs_big5hkscs },
-       { "Shift_JIS",          cs_sjis },
-       { "SJIS",               cs_sjis },
-       { "EUCJP",              cs_eucjp },
-       { "EUC-JP",             cs_eucjp },
+       { "Shift_JIS",          cs_sjis },
+       { "SJIS",               cs_sjis },
+       { "EUCJP",              cs_eucjp },
+       { "EUC-JP",             cs_eucjp },
        { NULL }
 };
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to