From 314d0c288fbd0dc7dd9f8600163f22bb2f4061ff Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 5 May 2003 19:51:16 +0000 Subject: [PATCH] MFH(r-1.81): added links to HTML entity resources --- ext/standard/html.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- 2.50.1