annotate lisp/nxml/char-name/unicode/020D0-020FF.el @ 86361:38f93f3d00a2

Initial merge of nxml
author Mark A. Hershberger <mah@everybody.org>
date Fri, 23 Nov 2007 06:58:00 +0000
parents
children 2ac1a9b70580
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
86361
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
1 (nxml-define-char-name-set 'combining-diacritical-marks-for-symbols
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
2 '(("COMBINING LEFT HARPOON ABOVE" #x20D0)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
3 ("COMBINING RIGHT HARPOON ABOVE" #x20D1)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
4 ("COMBINING LONG VERTICAL LINE OVERLAY" #x20D2)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
5 ("COMBINING SHORT VERTICAL LINE OVERLAY" #x20D3)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
6 ("COMBINING ANTICLOCKWISE ARROW ABOVE" #x20D4)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
7 ("COMBINING CLOCKWISE ARROW ABOVE" #x20D5)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
8 ("COMBINING LEFT ARROW ABOVE" #x20D6)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
9 ("COMBINING RIGHT ARROW ABOVE" #x20D7)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
10 ("COMBINING RING OVERLAY" #x20D8)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
11 ("COMBINING CLOCKWISE RING OVERLAY" #x20D9)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
12 ("COMBINING ANTICLOCKWISE RING OVERLAY" #x20DA)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
13 ("COMBINING THREE DOTS ABOVE" #x20DB)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
14 ("COMBINING FOUR DOTS ABOVE" #x20DC)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
15 ("COMBINING ENCLOSING CIRCLE" #x20DD)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
16 ("COMBINING ENCLOSING SQUARE" #x20DE)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
17 ("COMBINING ENCLOSING DIAMOND" #x20DF)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
18 ("COMBINING ENCLOSING CIRCLE BACKSLASH" #x20E0)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
19 ("COMBINING LEFT RIGHT ARROW ABOVE" #x20E1)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
20 ("COMBINING ENCLOSING SCREEN" #x20E2)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
21 ("COMBINING ENCLOSING KEYCAP" #x20E3)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
22 ("COMBINING ENCLOSING UPWARD POINTING TRIANGLE" #x20E4)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
23 ("COMBINING REVERSE SOLIDUS OVERLAY" #x20E5)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
24 ("COMBINING DOUBLE VERTICAL STROKE OVERLAY" #x20E6)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
25 ("COMBINING ANNUITY SYMBOL" #x20E7)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
26 ("COMBINING TRIPLE UNDERDOT" #x20E8)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
27 ("COMBINING WIDE BRIDGE ABOVE" #x20E9)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
28 ("COMBINING LEFTWARDS ARROW OVERLAY" #x20EA)
38f93f3d00a2 Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
diff changeset
29 ))