1/* $MirOS: src/share/tmac/tab/code.nec,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.nec	4.2 (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-",	/*-*/
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_",	/*_*/
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\0",	/*narrow sp*/
143"\001-",	/*hyphen*/
144"\001o\b+",	/*bullet*/
145"\002[]",	/*square*/
146"\001-",	/*3/4 em*/
147"\001_",	/*rule*/
148"\0031/4",	/*1/4*/
149"\0031/2",	/*1/2*/
150"\0033/4",	/*3/4*/
151"\001-",	/*minus*/
152"\202fi",	/*fi*/
153"\202fl",	/*fl*/
154"\202ff",	/*ff*/
155"\203ffi",	/*ffi*/
156"\203ffl",	/*ffl*/
157"\001\344o\304\241",		/*degree*/
158"\001\200|\341\241-\301\241",	/*dagger*/
159"\001\200s\342s\302\242",	/*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\341c\301\202(\244",			/*alpha*/
168"\001\2033\301\245|\341",			/*beta*/
169"\001\200)/\242",				/*gamma*/
170"\001\200o\343\241<\303\241",			/*delta*/
171"\001\200C\242\302~\342",			/*epsilon*/
172"\001\200(\302\241c\342\241",			/*zeta*/
173"\001\200n\303\202|\343\244",			/*eta*/
174"\001O\b-",					/*theta*/
175"\001i",					/*iota*/
176"\001k",					/*kappa*/
177"\001\200,\342\201,\302\\\244",			/*lambda*/
178"\001\200u\245,\203",				/*mu*/
179"\001\200(\205/\247",				/*nu*/
180"\001\200c\301\202,\344\243c\302\202`\301\245",	/*xi*/
181"\001o",					/*omicron*/
182"\001\200~\205~\301\241'\302\241'\247'\342\241'\341\241", /*pi*/
183"\001\200o\303\245|\343\203",			/*rho*/
184"\001\200o\301\204~\341\246",			/*sigma*/
185"\001\200~\203~\301\243'\302\241'\341\243",	/*tau*/
186"\001v",					/*upsilon*/
187"\001\341o\301\242/",				/*phi*/
188"\001x",					/*chi*/
189"\001\200/\241--\343\246,\212,\303\250",	/*psi*/
190"\001\200u\203u\245",				/*omega*/
191"\001\200|\343\201-\304\205`\341\251",		/*Gamma*/
192"\001\200/\206\\\341\246_\301\243",		/*Delta*/
193"\001O\b=",					/*Theta*/
194"\001\200/\206\\\250",				/*Lambda*/
195"\001\201-\302\242---\345\243---\303\243", 	/*Xi*/
196"\001\200I\203I\347\243_\307\243",		/*Pi*/
197"\001\200>\341_\345\241_\306\242",		/*Sigma*/
198"\000\0",					/**/
199"\001Y",					/*Upsilon*/
200"\001\203][\341\241o\301\245",			/*Phi*/
201"\001\200-\202][\202-\254'\215'\253",		/*Psi*/
202"\001\203O\302\244-\204-\342\246",		/*Omega*/
203"\001\200v\341\203/\301\245",		/*square root*/
204"\000\0",				/*terminal sigma*/
205"\001\347_\307\241",			/*root en*/
206"\001>\b_",				/*>=*/
207"\001<\b_",				/*<=*/
208"\001\341_\342\241_\342\241_\306\241",	/*identically equal*/
209"\001-",				/*equation minus*/
210"\001=\b~",				/*approx =*/
211"\001~",				/*approximates*/
212"\001=\b/",				/*not equal*/
213"\002->",				/*right arrow*/
214"\002<-",				/*left arrow*/
215"\001|\b^",				/*up arrow*/
216"\001|\bv",				/*down arrow*/
217"\001=",				/*equation equal*/
218"\001\342x\302\241",			/*multiply*/
219"\001\345.\301\241_\304\241.\241", 	/*divide*/
220"\001+\b_",				/*plus-minus*/
221"\002\200|\203v\203|\201",		/*cup (union)*/
222"\002\200|\203^\203|\201",		/*cap (intersection)*/
223"\002\200<\341\207_\344\241_\305\201",		/*subset of*/
224"\002\341_\344\241_\305\207>\201",		/*superset of*/
225"\002\200<\341\206_\344\241_\306\241_\341\202",	/*improper subset*/
226"\002\301_\342\241_\344\241_\305\207>\201",	/* improper superset*/
227"\002\342o\206o\302\250",		/*infinity*/
228"\001\200o\301\203'\341\243`\243", 	/*partial derivative*/
229"\002\200\\\343-\204-\303\202/\252", 	/*gradient*/
230"\001\346_\306\204'\246",		/*not*/
231"\001\200|\341'\201`\306\245'\301\245`\346\204", /*integral sign*/
232"\002\342o\206c\302\250",		/*proportional to*/
233"\001\200O\241/\241",			/*empty set*/
234"\001\200<\242\302~\342", 		/*member of*/
235"\001+",				/*equation plus*/
236"\003(R)",				/*registered*/
237"\003(C)",				/*copyright*/
238"\001|",				/*box rule */
239"\001c\b/",				/*cent sign*/
240"\001\302+\344\241+\302\241",		/*dbl dagger*/
241"\002=>",				/*right hand*/
242"\002<=",				/*left hand*/
243"\001*",				/*math * */
244"\000\0",				/*bell system sign*/
245"\001|",				/*or (was star)*/
246"\001O",				/*circle*/
247"\001|",				/*left top of big brace*/
248"\001|",				/*left bot of big brace*/
249"\001|",				/*right top of big brace*/
250"\001|",				/*right bot of big brace*/
251"\001|",				/*left center of big brace*/
252"\001|",				/*right center of big brace*/
253"\001|",				/*bold vertical*/
254"\001|",				/*left floor (lb of big bracket)*/
255"\001|",				/*right floor (rb of big bracket)*/
256"\001|",				/*left ceiling (lt of big bracket)*/
257"\001|",				/*right ceiling (rt of big bracket)*/
258