1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Added links to HTML entity resources

This commit is contained in:
Moriyoshi Koizumi
2003-05-05 19:50:15 +00:00
parent e6490c4a41
commit b874a54846
+9
View File
@@ -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"