mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
10 lines
318 B
EmacsLisp
10 lines
318 B
EmacsLisp
(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
|