forked from cyq1162/cyqdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xhtml-special.ent
59 lines (42 loc) · 1.66 KB
/
xhtml-special.ent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!-- Special characters for XHTML -->
<!-- C0 Controls and Basic Latin -->
<!ENTITY quot """>
<!ENTITY amp "&">
<!ENTITY lt "&">
<!ENTITY gt ">">
<!ENTITY apos "'">
<!-- Latin Extended-A -->
<!ENTITY OElig "Œ">
<!ENTITY oelig "œ">
<!-- ligature is a misnomer, this is a separate character in some languages -->
<!ENTITY Scaron "Š">
<!ENTITY scaron "š">
<!ENTITY Yuml "Ÿ">
<!-- Spacing Modifier Letters -->
<!ENTITY circ "ˆ">
<!ENTITY tilde "˜">
<!-- General Punctuation -->
<!ENTITY ensp " ">
<!ENTITY emsp " ">
<!ENTITY thinsp " ">
<!ENTITY zwnj "‌">
<!ENTITY zwj "‍">
<!ENTITY lrm "‎">
<!ENTITY rlm "‏">
<!ENTITY ndash "–">
<!ENTITY mdash "—">
<!ENTITY lsquo "‘">
<!ENTITY rsquo "’">
<!ENTITY sbquo "‚">
<!ENTITY ldquo "“">
<!ENTITY rdquo "”">
<!ENTITY bdquo "„">
<!ENTITY dagger "†">
<!ENTITY Dagger "‡">
<!ENTITY permil "‰">
<!ENTITY lsaquo "‹">
<!-- lsaquo is proposed but not yet ISO standardized -->
<!ENTITY rsaquo "›">
<!-- rsaquo is proposed but not yet ISO standardized -->
<!-- Currency Symbols -->
<!ENTITY euro "€"> <!-- euro sign, U+20AC NEW -->