From: Moriyoshi Koizumi Date: Mon, 5 May 2003 19:51:16 +0000 (+0000) Subject: MFH(r-1.81): added links to HTML entity resources X-Git-Tag: php-4.3.2RC3~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=314d0c288fbd0dc7dd9f8600163f22bb2f4061ff;p=php MFH(r-1.81): added links to HTML entity resources --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 4f642276e7..425ad9ad69 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -20,6 +20,15 @@ /* $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"