Mercurial > emacs
annotate etc/nxml/0FFF0-0FFFF.el @ 103313:dfc5c865eb14
* international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Jun 2009 01:51:47 +0000 |
parents | d3851627d1f0 |
children | ef719132ddfa |
rev | line source |
---|---|
86698
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 (nxml-define-char-name-set 'specials |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 '(("INTERLINEAR ANNOTATION ANCHOR" #xFFF9) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 ("INTERLINEAR ANNOTATION SEPARATOR" #xFFFA) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 ("INTERLINEAR ANNOTATION TERMINATOR" #xFFFB) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 ("OBJECT REPLACEMENT CHARACTER" #xFFFC) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 ("REPLACEMENT CHARACTER" #xFFFD) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 )) |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 |
d3851627d1f0
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 ;; arch-tag: 0bef6e81-4857-4032-a18a-18784233cc81 |