xref: /aosp_15_r20/external/fonttools/Lib/fontTools/encodings/MacRoman.py (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1MacRoman = [
2    "NUL",
3    "Eth",
4    "eth",
5    "Lslash",
6    "lslash",
7    "Scaron",
8    "scaron",
9    "Yacute",
10    "yacute",
11    "HT",
12    "LF",
13    "Thorn",
14    "thorn",
15    "CR",
16    "Zcaron",
17    "zcaron",
18    "DLE",
19    "DC1",
20    "DC2",
21    "DC3",
22    "DC4",
23    "onehalf",
24    "onequarter",
25    "onesuperior",
26    "threequarters",
27    "threesuperior",
28    "twosuperior",
29    "brokenbar",
30    "minus",
31    "multiply",
32    "RS",
33    "US",
34    "space",
35    "exclam",
36    "quotedbl",
37    "numbersign",
38    "dollar",
39    "percent",
40    "ampersand",
41    "quotesingle",
42    "parenleft",
43    "parenright",
44    "asterisk",
45    "plus",
46    "comma",
47    "hyphen",
48    "period",
49    "slash",
50    "zero",
51    "one",
52    "two",
53    "three",
54    "four",
55    "five",
56    "six",
57    "seven",
58    "eight",
59    "nine",
60    "colon",
61    "semicolon",
62    "less",
63    "equal",
64    "greater",
65    "question",
66    "at",
67    "A",
68    "B",
69    "C",
70    "D",
71    "E",
72    "F",
73    "G",
74    "H",
75    "I",
76    "J",
77    "K",
78    "L",
79    "M",
80    "N",
81    "O",
82    "P",
83    "Q",
84    "R",
85    "S",
86    "T",
87    "U",
88    "V",
89    "W",
90    "X",
91    "Y",
92    "Z",
93    "bracketleft",
94    "backslash",
95    "bracketright",
96    "asciicircum",
97    "underscore",
98    "grave",
99    "a",
100    "b",
101    "c",
102    "d",
103    "e",
104    "f",
105    "g",
106    "h",
107    "i",
108    "j",
109    "k",
110    "l",
111    "m",
112    "n",
113    "o",
114    "p",
115    "q",
116    "r",
117    "s",
118    "t",
119    "u",
120    "v",
121    "w",
122    "x",
123    "y",
124    "z",
125    "braceleft",
126    "bar",
127    "braceright",
128    "asciitilde",
129    "DEL",
130    "Adieresis",
131    "Aring",
132    "Ccedilla",
133    "Eacute",
134    "Ntilde",
135    "Odieresis",
136    "Udieresis",
137    "aacute",
138    "agrave",
139    "acircumflex",
140    "adieresis",
141    "atilde",
142    "aring",
143    "ccedilla",
144    "eacute",
145    "egrave",
146    "ecircumflex",
147    "edieresis",
148    "iacute",
149    "igrave",
150    "icircumflex",
151    "idieresis",
152    "ntilde",
153    "oacute",
154    "ograve",
155    "ocircumflex",
156    "odieresis",
157    "otilde",
158    "uacute",
159    "ugrave",
160    "ucircumflex",
161    "udieresis",
162    "dagger",
163    "degree",
164    "cent",
165    "sterling",
166    "section",
167    "bullet",
168    "paragraph",
169    "germandbls",
170    "registered",
171    "copyright",
172    "trademark",
173    "acute",
174    "dieresis",
175    "notequal",
176    "AE",
177    "Oslash",
178    "infinity",
179    "plusminus",
180    "lessequal",
181    "greaterequal",
182    "yen",
183    "mu",
184    "partialdiff",
185    "summation",
186    "product",
187    "pi",
188    "integral",
189    "ordfeminine",
190    "ordmasculine",
191    "Omega",
192    "ae",
193    "oslash",
194    "questiondown",
195    "exclamdown",
196    "logicalnot",
197    "radical",
198    "florin",
199    "approxequal",
200    "Delta",
201    "guillemotleft",
202    "guillemotright",
203    "ellipsis",
204    "nbspace",
205    "Agrave",
206    "Atilde",
207    "Otilde",
208    "OE",
209    "oe",
210    "endash",
211    "emdash",
212    "quotedblleft",
213    "quotedblright",
214    "quoteleft",
215    "quoteright",
216    "divide",
217    "lozenge",
218    "ydieresis",
219    "Ydieresis",
220    "fraction",
221    "currency",
222    "guilsinglleft",
223    "guilsinglright",
224    "fi",
225    "fl",
226    "daggerdbl",
227    "periodcentered",
228    "quotesinglbase",
229    "quotedblbase",
230    "perthousand",
231    "Acircumflex",
232    "Ecircumflex",
233    "Aacute",
234    "Edieresis",
235    "Egrave",
236    "Iacute",
237    "Icircumflex",
238    "Idieresis",
239    "Igrave",
240    "Oacute",
241    "Ocircumflex",
242    "apple",
243    "Ograve",
244    "Uacute",
245    "Ucircumflex",
246    "Ugrave",
247    "dotlessi",
248    "circumflex",
249    "tilde",
250    "macron",
251    "breve",
252    "dotaccent",
253    "ring",
254    "cedilla",
255    "hungarumlaut",
256    "ogonek",
257    "caron",
258]
259