@@ -9,19 +9,19 @@ $(GNAME NamedCharacterEntity):
9
9
$(CODE_AMP) $(GLINK2 lex, Identifier) $(D ;)
10
10
)
11
11
12
- $(P D supports the full list of named character entities from HTML 5. However,
13
- dmd does not yet support named entities which contain multiple code points.
14
- Below is a $(I partial) list of the named character entities. See the
12
+ $(P The full list of named character entities from the
15
13
$(LINK2 https://w3.org/TR/html5/syntax.html#named-character-references, HTML 5 Spec)
16
- for the full list.
14
+ is supported
15
+ except for the named entities which contain multiple code points.
16
+ Below is a $(I partial) list of the named character entities.
17
17
)
18
18
19
- $(P $(B Note:) Not all will display properly in the $(B Symbol )
19
+ $(P $(B Note:) Not all glyphs will display properly in the $(B Glyph )
20
20
column in all browsers.
21
21
)
22
22
23
23
$(LONGTABLE_3COLS 0.4, Named Character Entities,
24
- $(THEAD Name, Value, Symbol ),
24
+ $(THEAD Name, Value, Glyph ),
25
25
$(TROW $(D quot), $(ARGS 34), $(QUOT))
26
26
$(TROW $(D amp), $(ARGS 38), $(AMP))
27
27
$(TROW $(D lt), $(ARGS 60), $(D <))
@@ -59,7 +59,7 @@ $(GNAME NamedCharacterEntity):
59
59
$(BR)
60
60
61
61
$(LONGTABLE_3COLS 0.4, Latin-1 (ISO-8859-1) Entities,
62
- $(THEAD Name, Value, Symbol ),
62
+ $(THEAD Name, Value, Glyph ),
63
63
$(TROW $(D nbsp), $(ARGS 160), $(NBSP))
64
64
$(TROW $(D iexcl), $(ARGS 161), $(IEXCL))
65
65
$(TROW $(D cent), $(ARGS 162), $(CENT))
@@ -160,7 +160,7 @@ $(BR)
160
160
$(BR)
161
161
162
162
$(LONGTABLE_3COLS 0.4, Symbols and Greek letter entities,
163
- $(THEAD Name, Value, Symbol ),
163
+ $(THEAD Name, Value, Glyph ),
164
164
$(TROW $(D fnof), $(ARGS 402), $(FNOF))
165
165
$(TROW $(D Alpha), $(ARGS 913), $(ALPHA_CAP))
166
166
$(TROW $(D Beta), $(ARGS 914), $(BETA_CAP))
0 commit comments