summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-05-05 19:51:16 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-05-05 19:51:16 +0000
commit314d0c288fbd0dc7dd9f8600163f22bb2f4061ff (patch)
tree4c8b581567a6caa96932752290b364915e021853 /ext/standard/html.c
parent246300a60cd0c614fc115e59a583a34af4300408 (diff)
downloadphp-git-314d0c288fbd0dc7dd9f8600163f22bb2f4061ff.tar.gz
MFH(r-1.81): added links to HTML entity resources
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c9
1 files changed, 9 insertions, 0 deletions
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"