1/* $MirOS: src/share/tmac/tab/code.aj833,v 1.3 2012/05/22 00:06:44 tg Exp $ */
2
3/*-
4 * Copyright (c) 1979, 1980, 1981, 1986, 1988, 1990, 1991, 1992
5 *     The Regents of the University of California.
6 * Copyright (C) Caldera International Inc.  2001-2002.
7 * Copyright (c) 2003, 2004, 2012
8 *	Thorsten "mirabilos" Glaser <tg@mirbsd.org>
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms,
12 * with or without modification, are permitted provided
13 * that the following conditions are met:
14 *
15 * Redistributions of source code and documentation must retain
16 * the above copyright notice, this list of conditions and the
17 * following disclaimer.  Redistributions in binary form must
18 * reproduce the above copyright notice, this list of conditions
19 * and the following disclaimer in the documentation and/or other
20 * materials provided with the distribution.
21 *
22 * All advertising materials mentioning features or use of this
23 * software must display the following acknowledgement:
24 *   This product includes software developed or owned by
25 *   Caldera International, Inc.
26 *
27 * Neither the name of Caldera International, Inc. nor the names
28 * of other contributors may be used to endorse or promote products
29 * derived from this software without specific prior written permission.
30 *
31 * USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
32 * INTERNATIONAL, INC. AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
33 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
34 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
35 * ARE DISCLAIMED.  IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE
36 * LIABLE FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
37 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
38 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
39 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
40 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
41 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
42 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43 *
44 *	@(#)code.aj833	4.3 (Berkeley) 4/18/91
45 */
46
47"\001 ",	/*space*/
48"\001!",	/*!*/
49"\001\"",	/*"*/
50"\001#",	/*#*/
51"\001$",	/*$*/
52"\001%",	/*%*/
53"\001&",	/*&*/
54"\001'",	/*' close*/
55"\001(",	/*(*/
56"\001)",	/*)*/
57"\001*",	/***/
58"\001+",	/*+*/
59"\001,",	/*,*/
60"\001-",	/*- hyphen*/
61"\001.",	/*.*/
62"\001/",	/*/*/
63"\2010",	/*0*/
64"\2011",	/*1*/
65"\2012",	/*2*/
66"\2013",	/*3*/
67"\2014",	/*4*/
68"\2015",	/*5*/
69"\2016",	/*6*/
70"\2017",	/*7*/
71"\2018",	/*8*/
72"\2019",	/*9*/
73"\001:",	/*:*/
74"\001;",	/*;*/
75"\001<",	/*<*/
76"\001=",	/*=*/
77"\001>",	/*>*/
78"\001?",	/*?*/
79"\001@",	/*@*/
80"\201A",	/*A*/
81"\201B",	/*B*/
82"\201C",	/*C*/
83"\201D",	/*D*/
84"\201E",	/*E*/
85"\201F",	/*F*/
86"\201G",	/*G*/
87"\201H",	/*H*/
88"\201I",	/*I*/
89"\201J",	/*J*/
90"\201K",	/*K*/
91"\201L",	/*L*/
92"\201M",	/*M*/
93"\201N",	/*N*/
94"\201O",	/*O*/
95"\201P",	/*P*/
96"\201Q",	/*Q*/
97"\201R",	/*R*/
98"\201S",	/*S*/
99"\201T",	/*T*/
100"\201U",	/*U*/
101"\201V",	/*V*/
102"\201W",	/*W*/
103"\201X",	/*X*/
104"\201Y",	/*Y*/
105"\201Z",	/*Z*/
106"\001[",	/*[*/
107"\001\\",	/*\*/
108"\001]",	/*]*/
109"\001^",	/*^*/
110"\001_",	/*_ dash*/
111"\001`",	/*` open*/
112"\201a",	/*a*/
113"\201b",	/*b*/
114"\201c",	/*c*/
115"\201d",	/*d*/
116"\201e",	/*e*/
117"\201f",	/*f*/
118"\201g",	/*g*/
119"\201h",	/*h*/
120"\201i",	/*i*/
121"\201j",	/*j*/
122"\201k",	/*k*/
123"\201l",	/*l*/
124"\201m",	/*m*/
125"\201n",	/*n*/
126"\201o",	/*o*/
127"\201p",	/*p*/
128"\201q",	/*q*/
129"\201r",	/*r*/
130"\201s",	/*s*/
131"\201t",	/*t*/
132"\201u",	/*u*/
133"\201v",	/*v*/
134"\201w",	/*w*/
135"\201x",	/*x*/
136"\201y",	/*y*/
137"\201z",	/*z*/
138"\001{",	/*{*/
139"\001|",	/*|*/
140"\001}",	/*}*/
141"\001~",	/*~*/
142"\000\244",		/*narrow sp*/
143"\001-",		/*hyphen*/
144"\001*\b\342o\302",	/*bullet*/
145"\002\243[\203\341_\346_\307\203]\243",	/*square*/
146"\002\201-\203-\201",	/*3/4 em dash*/
147"\001_",		/*rule--should properly be up one unit*/
148"\003\202\3421\302\203/\302\2034\342\202",	/*1/4*/
149"\003\202\3421\302\203/\302\2032\342\202",	/*1/2*/
150"\003\202\3423\302\203/\302\2034\342\202",	/*3/4*/
151"\001-",		/*minus*/
152"\202fi",		/*fi*/
153"\202fl",		/*fl*/
154"\202ff",		/*ff*/
155"\203ffi",		/*ffi*/
156"\203ffl",		/*ffl*/
157"\001\343o\303",	/*degree*/
158"\001|\b\342-\302",	/*dagger*/
159"\001\200o\342<\305>\343",	/*section*/
160"\001'",		/*foot mark*/
161"\001'",		/*acute accent*/
162"\001`",		/*grave accent*/
163"\001_",		/*underrule*/
164"\001/",		/*slash (longer)*/
165"\000\0",		/*half narrow space*/
166"\001 ",		/*unpaddable space*/
167"\001\241c\202(\241",			/*alpha*/
168"\001\200B\242\301|\202\341",		/*beta*/
169"\001\200)\201/\241",			/*gamma*/
170"\001\200o\342<\302",			/*delta*/
171"\001<\b-",				/*epsilon*/
172"\001\200c\201\301,\241\343<\302",	/*zeta*/
173"\001\200n\201\305'\241\345",		/*eta*/
174"\001O\b-",				/*theta*/
175"\001i",				/*iota*/
176"\001k",				/*kappa*/
177"\001\200\\\303\241'\301\241'\344\202",	/*lambda*/
178"\001\200u\242\302|\342\202",		/*mu*/
179"\001\242i\201\303'\341\201'\341\201'\341\241",	/*nu*/
180"\001\200c\201,\241\343c\301`\201\302",	/*xi*/
181"\001o",				/*omicron*/
182"\001\341-\303\"\301\"\343",		/*pi*/
183"\001\200o\242\302|\342\202",		/*rho*/
184"\001\200o\301\202~\341\242",		/*sigma*/
185"\002\203i\202\342-\244-\243\303'\341\207",	/*tau*/
186"\001v",				/*upsilon*/
187"\001\200o\301/\341",			/*phi*/
188"\001x",				/*chi*/
189"\001\200/-\302\202'\244`\202\342",	/*psi*/
190"\001\241u\203u\242",			/*omega*/
191"\001\242|\202\343-\303\202`\242",	/*Gamma*/
192"\001\242/\303-\203-\343\\\241",	/*Delta*/
193"\001O\b=",				/*Theta*/
194"\001\242/\203\\\241",			/*Lambda*/
195"\001\200-\341_\345_\306",		/*Xi*/
196"\001\242[]\204[]\242\343-\303",	/*Pi*/
197"\001\200>\302-\345-\303",		/*Sigma*/
198"\000\0",				/**/
199"\001Y",				/*Upsilon*/
200"\001\341o\301][",			/*Phi*/
201"\001\200[]-\302\202'\244`\202\342",	/*Psi*/
202"\001\200O\302\241-\202-\241\342",	/*Omega*/
203"\002\200-\202\303`\301\201`\202\344/",	/*square root*/
204"\001\200c\202\301,\341\242",		/*terminal sigma*/
205"\001\346_\306",			/*root en*/
206"\001>\b_",			/*>=*/
207"\001<\b_",			/*<=*/
208"\001=\b_",			/*identically equal*/
209"\001-",			/*equation minus*/
210"\001=\b~",			/*approx =*/
211"\001\303~\343",		/*approximates*/
212"\001=\b/",			/*not equal*/
213"\002\200-\204-\201>",		/*right arrow*/
214"\002\200<\201-\204-",		/*left arrow*/
215"\001|\b^",			/*up arrow*/
216"\001\200|\301v\341",		/*down arrow*/
217"\001=",			/*equation equal*/
218"\001\341x\301",		/*multiply*/
219"\001-\b.\b\343.\303",		/*divide*/
220"\001+\b_",			/*plus-minus*/
221"\001U",				/*cup (union)*/
222"\001\2421\201\341'\202`\201\3011\242",	/*cap (intersection)*/
223"\001\241C\202\343-\305-\342\241",	/*subset of*/
224"\001\341_\345_\202\307`\303'\242\344",	/*superset of*/
225"\001\241C\202\343-\305-\342\241_",	/*improper subset of*/
226"\001\341_\345_\202\307`\303'\242\344_",/*improper superset of*/
227"\002\201o\203o\201",			/*infinity*/
228"\001\200o\201\301`\241\341`\241\341`\201\301",	/*partial derivative*/
229"\001\242\\\347\202_\307\202/",		/*gradient*/
230"\001\034",				/*not*/
231"\001\200|'\202`\243\306'\241`\202\346",/*integral sign*/
232"\002\201o\203c\201",			/*proportional to*/
233"\001O\b/",				/*empty set*/
234"\001\241(\201-",			/*member of*/
235"\001+",				/*equation plus*/
236"\003\201\344(\204R_\346_\306\204)\304\201",	/*registered*/
237"\003\201\344(\204C_\346_\306\204)\304\201",	/*copyright*/
238"\001|",				/*box rule */
239"\001\035",				/*cent sign*/
240"\001|\b-\b\342-\302",			/*dbl dagger*/
241"\003==>",				/*right hand*/
242"\003<==",				/*left hand*/
243"\001*",				/*math * */
244"\004\242|\203_\204_\204_\203\303|\202/\347\\\242|\343\243_\244_\244_\307\217",	/*bell system sign - big arrow on this version*/
245"\001|",				/*or (was star)*/
246"\001O",				/*circle*/
247"\001\200|\342\201'\241\302",		/*left top of big brace*/
248"\001\200|\201\306`\241\346",		/*left bot of big brace*/
249"\001\200|\241\342`\302\201",		/*right top of big brace*/
250"\001\200|\306\241'\201\346",		/*right bot of big brace*/
251"\001\242<\202",			/*left center of big brace*/
252"\001\202>\242",			/*right center of big brace*/
253"\001|",				/*bold vertical*/
254"\001\200|\303\202-\343\242",		/*left floor (lb of big bracket)*/
255"\001\200|\303\242-\343\202",		/*right floor (rb of ")*/
256"\001\200|\344\202-\304\242",		/*left ceiling (lt of ")*/
257"\001\200|\344\242-\304\202",		/*right ceiling (rt of ")*/
258