]> gitweb.fperrin.net Git - atom.git/blobdiff - xml-xhtml-entities.el
Use hex notation for entities
[atom.git] / xml-xhtml-entities.el
index 921156289bfc45de0db02e5131b628d9f8f8e496..a14a1d9c6593d77e2be18875c0a8e61a3bbc185f 100644 (file)
 
     ;; C0 Controls and Basic Latin
     ("quot"    . "\"") ;; quotation mark, U+0022 ISOnum
-    ("amp"     . "&")  ;; ampersand, U+0026 ISOnum
-    ("lt"      . "<")  ;; less-than sign, U+003C ISOnum
-    ("gt"      . ">")  ;; greater-than sign, U+003E ISOnum
+    ("amp"     . "&#x26;")  ;; ampersand, U+0026 ISOnum
+    ("lt"      . "&#x3c;")  ;; less-than sign, U+003C ISOnum
+    ("gt"      . "&#x3e;")  ;; greater-than sign, U+003E ISOnum
     ("apos"    . "'")  ;; apostrophe = APL quote, U+0027 ISOnum
 
     ;; Latin Extended-A