]> git.eshelyaron.com Git - emacs.git/commitdiff
Move here from lisp/nxml/char-name/unicode
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 05:06:38 +0000 (05:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Nov 2007 05:06:38 +0000 (05:06 +0000)
etc/nxml/0FFF0-0FFFF.el [new file with mode: 0644]

diff --git a/etc/nxml/0FFF0-0FFFF.el b/etc/nxml/0FFF0-0FFFF.el
new file mode 100644 (file)
index 0000000..392312b
--- /dev/null
@@ -0,0 +1,9 @@
+(nxml-define-char-name-set 'specials
+  '(("INTERLINEAR ANNOTATION ANCHOR" #xFFF9)
+    ("INTERLINEAR ANNOTATION SEPARATOR" #xFFFA)
+    ("INTERLINEAR ANNOTATION TERMINATOR" #xFFFB)
+    ("OBJECT REPLACEMENT CHARACTER" #xFFFC)
+    ("REPLACEMENT CHARACTER" #xFFFD)
+    ))
+
+;; arch-tag: 0bef6e81-4857-4032-a18a-18784233cc81