about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/SGML.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r--WWW/Library/Implementation/SGML.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h
index 5daafc73..7b27da6e 100644
--- a/WWW/Library/Implementation/SGML.h
+++ b/WWW/Library/Implementation/SGML.h
@@ -144,6 +144,12 @@ typedef struct {
     size_t              number_of_entities;
     CONST UC_entity_info * extra_entity_info; /* strcmp order by name */
     size_t              number_of_extra_entities;
+			/*
+			**  All calls to extra_entities table should be done
+			**  through HTMLGetEntityUCValue (LYCharSets.c) only.
+			**  Unicode-based extra_entities table now hold *all*
+			**  old-style entities either.
+			*/
 } SGML_dtd;