blob: 79e4b1cbbf4fb69a31f421113835771689a52dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
$NetBSD: patch-ah,v 1.1 2005/03/27 18:22:35 ben Exp $
--- lib/ansicpg1252-sym.orig 2005-03-27 09:01:54.000000000 -0800
+++ lib/ansicpg1252-sym
@@ -0,0 +1,115 @@
+# RTF ANSI character set (\ansi) Symbol font map
+
+# Field 1 is the standard character name which the character value in
+# field 2 maps onto. (It doesn't mean "to produce the character in field 1,
+# use the value in field 2.)
+
+# The character value may be given either as a single character (which will be
+# converted to the ASCII value of the character), or in numeric format, either
+# in decimal or 0xyy as hex yy. Single or double quotes may be used to quote
+# characters.
+
+# characters in ASCII range (00-127)
+
+formula 0x06
+nobrkhyphen 0x1e
+opthyphen 0x1f
+
+space " "
+exclam !
+universal '"'
+mathnumbersign #
+existential $
+percent %
+ampersand &
+suchthat "'"
+parenleft (
+parenright )
+mathasterisk *
+mathplus +
+comma ,
+mathminus -
+period .
+slash /
+zero 0
+one 1
+two 2
+three 3
+four 4
+five 5
+six 6
+seven 7
+eight 8
+nine 9
+colon :
+semicolon ;
+less <
+mathequal =
+greater >
+question ?
+congruent @
+Alpha A
+Beta B
+Chi C
+Delta D
+Epsilon E
+Phi F
+Gamma G
+Eta H
+Iota I
+# J J
+Kappa K
+Lambda L
+Mu M
+Nu N
+Omicron O
+Pi P
+Theta Q
+Rho R
+Sigma S
+Tau T
+Upsilon U
+varsigma V
+Omega W
+Xi X
+Psi Y
+Zeta Z
+bracketleft [
+backslash \
+bracketright ]
+asciicircum ^
+underscore _
+quoteleft "`"
+alpha a
+beta b
+chi c
+delta d
+epsilon e
+phi f
+gamma g
+eta h
+iota i
+# j j
+kappa k
+lambda l
+mu m
+nu n
+omicron o
+pi p
+theta q
+rho r
+sigma s
+tau t
+upsilon u
+# xxx v
+omega w
+xi x
+psi y
+zeta z
+braceleft {
+bar |
+braceright }
+mathtilde ~
+
+# non-ASCII characters (128-255)
+
|