~registry/texmacs/trunk

« back to all changes in this revision

Viewing changes to src/TeXmacs/langs/encoding/HTMLspecial.scm

  • Committer: mgubi
  • Date: 2009-06-04 15:13:41 UTC
  • Revision ID: svn-v4:64cb5145-927a-446d-8aed-2fb7b4773692:trunk:2717
Support for X11 TeXmacs.app on Mac

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; Special characters for HTML
 
2
 
 
3
;; Character entity set. Typical invocation:
 
4
;; <!ENTITY % HTMLspecial PUBLIC
 
5
;; "-//W3C//ENTITIES Special//EN//HTML">
 
6
;; %HTMLspecial; 
 
7
 
 
8
;; Portions (C) International Organization for Standardization 1986:
 
9
;; Permission to copy in any form is granted for use with
 
10
;; conforming SGML systems and applications as defined in
 
11
;; ISO 8879, provided this notice is included in all copies.
 
12
 
 
13
;; Relevant ISO entity set is given unless names are newly introduced.
 
14
;; New names (i.e., not in ISO 8879 list) do not clash with any
 
15
;; existing ISO 8879 entity names. ISO 10646 character numbers
 
16
;; are given for each character, in hex. CDATA values are decimal
 
17
;; conversions of the ISO 10646 values and refer to the document
 
18
;; character set. Names are ISO 10646 names.
 
19
 
 
20
 
 
21
;; C0 Controls and Basic Latin
 
22
("quot"         "&#x0022")      ; quotation mark = APL quote
 
23
("amp"          "&#x0026")      ; ampersand
 
24
("lt"           "&#x003C")      ; less-than sign
 
25
("gt"           "&#x003E")      ; greater-than sign
 
26
 
 
27
;; Latin Extended-A
 
28
("OElig"        "&#x0152")      ; latin capital ligature OE
 
29
("oelig"        "&#x0153")      ; latin small ligature oe
 
30
;; ligature is a misnomer, this is a separate character in some languages
 
31
("Scaron"       "&#x0160")      ; latin capital letter S with caron
 
32
("scaron"       "&#x0161")      ; latin small letter s with caron
 
33
("Yuml"         "&#x0178")      ; latin capital letter Y with diaeresis
 
34
 
 
35
;; Spacing Modifier Letters
 
36
("circ"         "&#x02C6")      ; modifier letter circumflex accent
 
37
("tilde"        "&#x02DC")      ; small tilde
 
38
 
 
39
;; General Punctuation
 
40
("ensp"         "&#x2002")      ; en space
 
41
("emsp"         "&#x2003")      ; em space
 
42
("thinsp"       "&#x2009")      ; thin space
 
43
("zwnj"         "&#x200C")      ; zero width non-joiner
 
44
("zwj"          "&#x200D")      ; zero width joiner
 
45
("lrm"          "&#x200E")      ; left-to-right mark
 
46
("rlm"          "&#x200F")      ; right-to-left mark
 
47
("ndash"        "&#x2013")      ; en dash
 
48
("mdash"        "&#x2014")      ; em dash
 
49
("lsquo"        "&#x2018")      ; left single quotation mark
 
50
("rsquo"        "&#x2019")      ; right single quotation mark
 
51
("sbquo"        "&#x201A")      ; single low-9 quotation mark
 
52
("ldquo"        "&#x201C")      ; left double quotation mark
 
53
("rdquo"        "&#x201D")      ; right double quotation mark
 
54
("bdquo"        "&#x201E")      ; double low-9 quotation mark
 
55
("dagger"       "&#x2020")      ; dagger
 
56
("Dagger"       "&#x2021")      ; double dagger
 
57
("permil"       "&#x2030")      ; per mille sign
 
58
("lsaquo"       "&#x2039")      ; single left-pointing angle quotation mark
 
59
;; lsaquo is proposed but not yet ISO standardized
 
60
("rsaquo"       "&#x203A")      ; single right-pointing angle quotation mark
 
61
;; rsaquo is proposed but not yet ISO standardized
 
62
("euro"         "&#x20AC")      ; euro sign