]> granicus.if.org Git - php/commitdiff
MFH(r-1.81): added links to HTML entity resources
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 5 May 2003 19:51:16 +0000 (19:51 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 5 May 2003 19:51:16 +0000 (19:51 +0000)
ext/standard/html.c

index 4f642276e78b27f0dd5dd6a87f2cc1b2e44496ed..425ad9ad69cee8635ca477f708aeb5659625f173 100644 (file)
 
 /* $Id$ */
 
+/*
+ * HTML entity resources:
+ *
+ * http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset2.asp
+ * http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset3.asp
+ * http://www.unicode.org/Public/MAPPINGS/OBSOLETE/UNI2SGML.TXT
+ *
+ */
+
 #include "php.h"
 #if PHP_WIN32
 #include "config.w32.h"