xref: /csrg-svn/old/roff/nroff_term/code.itoh (revision 14349)
1*14349Ssam/*	code.itoh	4.1	83/08/05	*/
2*14349Ssam/* terminal driver codes for the C.Itoh Prowriter */
3*14349Ssam/* codetab */
4*14349Ssam"\001 ",	/*space*/
5*14349Ssam"\001!",	/*!*/
6*14349Ssam"\001\"",	/*"*/
7*14349Ssam"\001#",	/*#*/
8*14349Ssam"\001$",	/*$*/
9*14349Ssam"\001%",	/*%*/
10*14349Ssam"\001&",	/*&*/
11*14349Ssam"\001'",	/*' close*/
12*14349Ssam"\001(",	/*(*/
13*14349Ssam"\001)",	/*)*/
14*14349Ssam"\001*",	/***/
15*14349Ssam"\001+",	/*+*/
16*14349Ssam"\001,",	/*,*/
17*14349Ssam"\001-",	/*- hyphen*/
18*14349Ssam"\001.",	/*.*/
19*14349Ssam"\001/",	/*/*/
20*14349Ssam"\2010",	/*0*/
21*14349Ssam"\2011",	/*1*/
22*14349Ssam"\2012",	/*2*/
23*14349Ssam"\2013",	/*3*/
24*14349Ssam"\2014",	/*4*/
25*14349Ssam"\2015",	/*5*/
26*14349Ssam"\2016",	/*6*/
27*14349Ssam"\2017",	/*7*/
28*14349Ssam"\2018",	/*8*/
29*14349Ssam"\2019",	/*9*/
30*14349Ssam"\001:",	/*:*/
31*14349Ssam"\001;",	/*;*/
32*14349Ssam"\001<",	/*<*/
33*14349Ssam"\001=",	/*=*/
34*14349Ssam"\001>",	/*>*/
35*14349Ssam"\001?",	/*?*/
36*14349Ssam"\001@",	/*@*/
37*14349Ssam"\201A",	/*A*/
38*14349Ssam"\201B",	/*B*/
39*14349Ssam"\201C",	/*C*/
40*14349Ssam"\201D",	/*D*/
41*14349Ssam"\201E",	/*E*/
42*14349Ssam"\201F",	/*F*/
43*14349Ssam"\201G",	/*G*/
44*14349Ssam"\201H",	/*H*/
45*14349Ssam"\201I",	/*I*/
46*14349Ssam"\201J",	/*J*/
47*14349Ssam"\201K",	/*K*/
48*14349Ssam"\201L",	/*L*/
49*14349Ssam"\201M",	/*M*/
50*14349Ssam"\201N",	/*N*/
51*14349Ssam"\201O",	/*O*/
52*14349Ssam"\201P",	/*P*/
53*14349Ssam"\201Q",	/*Q*/
54*14349Ssam"\201R",	/*R*/
55*14349Ssam"\201S",	/*S*/
56*14349Ssam"\201T",	/*T*/
57*14349Ssam"\201U",	/*U*/
58*14349Ssam"\201V",	/*V*/
59*14349Ssam"\201W",	/*W*/
60*14349Ssam"\201X",	/*X*/
61*14349Ssam"\201Y",	/*Y*/
62*14349Ssam"\201Z",	/*Z*/
63*14349Ssam"\001[",	/*[*/
64*14349Ssam"\001\\",	/*\*/
65*14349Ssam"\001]",	/*]*/
66*14349Ssam"\001^",	/*^*/
67*14349Ssam"\001\033X \033Y",	/*_ dash*/
68*14349Ssam"\001`",	/*` open*/
69*14349Ssam"\201a",	/*a*/
70*14349Ssam"\201b",	/*b*/
71*14349Ssam"\201c",	/*c*/
72*14349Ssam"\201d",	/*d*/
73*14349Ssam"\201e",	/*e*/
74*14349Ssam"\201f",	/*f*/
75*14349Ssam"\201g",	/*g*/
76*14349Ssam"\201h",	/*h*/
77*14349Ssam"\201i",	/*i*/
78*14349Ssam"\201j",	/*j*/
79*14349Ssam"\201k",	/*k*/
80*14349Ssam"\201l",	/*l*/
81*14349Ssam"\201m",	/*m*/
82*14349Ssam"\201n",	/*n*/
83*14349Ssam"\201o",	/*o*/
84*14349Ssam"\201p",	/*p*/
85*14349Ssam"\201q",	/*q*/
86*14349Ssam"\201r",	/*r*/
87*14349Ssam"\201s",	/*s*/
88*14349Ssam"\201t",	/*t*/
89*14349Ssam"\201u",	/*u*/
90*14349Ssam"\201v",	/*v*/
91*14349Ssam"\201w",	/*w*/
92*14349Ssam"\201x",	/*x*/
93*14349Ssam"\201y",	/*y*/
94*14349Ssam"\201z",	/*z*/
95*14349Ssam"\001{",	/*{*/
96*14349Ssam"\001|",	/*|*/
97*14349Ssam"\001}",	/*}*/
98*14349Ssam"\001\341~\301\300\b",	/*~*/
99*14349Ssam"\000\0",	/*narrow sp*/
100*14349Ssam"\001-",	 /*hyphen*/
101*14349Ssam"\001\033\043L\033\044",   /*bullet*/
102*14349Ssam"\001\033S0007~BBBBB~",	/*square*/
103*14349Ssam"\001-",         /*3/4 em dash*/
104*14349Ssam"\001\033X \033Y",        /*rule--should properly be up one unit*/
105*14349Ssam"\001\033\046N\033\044",    /*1/4*/
106*14349Ssam"\001\033\046\M\033\044",    /*1/2*/
107*14349Ssam"\0033/4",	 /*3/4*/
108*14349Ssam"\001-",	 /*minus*/
109*14349Ssam"\202fi",	 /*fi*/
110*14349Ssam"\202fl",	 /*fl*/
111*14349Ssam"\202ff",	 /*ff*/
112*14349Ssam"\203ffi",	 /*ffi*/
113*14349Ssam"\203ffl",	 /*ffl*/
114*14349Ssam"\001\033\046?\033\044",	 /*degree*/
115*14349Ssam"\001|\b\033\046\134\033\044",	 /*dagger*/
116*14349Ssam"\001\033S0007\003\015\025\024TX`",	 /*section*/
117*14349Ssam"\001'",	 /*foot mark*/
118*14349Ssam"\001'",	 /*acute accent*/
119*14349Ssam"\001`",	 /*grave accent*/
120*14349Ssam"\001\033X \033Y",	/*underrule*/
121*14349Ssam"\001\033\043N\033\044",	 /*slash (longer)*/
122*14349Ssam"\000\0",	/*half narrow space*/
123*14349Ssam"\001 ",	/*unpaddable space*/
124*14349Ssam"\001\033\046 \033\044",	/*alpha*/
125*14349Ssam"\001\301\033\046!\033\044\341\300\b",	/*beta*/
126*14349Ssam"\001\033\046\042\033\044",	/*gamma*/
127*14349Ssam"\001\033\046#\033\044",	/*delta*/
128*14349Ssam"\001\033\046$\033\044",	/*epsilon*/
129*14349Ssam"\001\033\046%\033\044",	/*zeta*/
130*14349Ssam"\001\033\046&\033\044",	/*eta*/
131*14349Ssam"\001\033\046'\033\044",	/*theta*/
132*14349Ssam"\001\033\046(\033\044",	/*iota*/
133*14349Ssam"\001\033\046)\033\044",	/*kappa*/
134*14349Ssam"\001\033\046*\033\044",	/*lambda*/
135*14349Ssam"\001\033\046+\033\044",	/*mu*/
136*14349Ssam"\001\033\046,\033\044",	/*nu*/
137*14349Ssam"\001\033\046-\033\044",	/*xi*/
138*14349Ssam"\001\033\046.\033\044",	/*omicron*/
139*14349Ssam"\001\033\046/\033\044",	/*pi*/
140*14349Ssam"\001\033\0460\033\044",	/*rho*/
141*14349Ssam"\001\033\0461\033\044",	/*sigma*/
142*14349Ssam"\001\033\0462\033\044",	/*tau*/
143*14349Ssam"\001\033\0463\033\044",	/*upsilon*/
144*14349Ssam"\001\033\0464\033\044",	/*phi*/
145*14349Ssam"\001\033\0465\033\044",	/*chi*/
146*14349Ssam"\001\033\0466\033\044",	/*psi*/
147*14349Ssam"\001\033\0467\033\044",	/*omega*/
148*14349Ssam"\001\033\0469\033\044",	/*Gamma*/
149*14349Ssam"\001\033\0468\033\044",	/*Delta*/
150*14349Ssam"\001O\b-", /*Theta*/
151*14349Ssam"\001\033\046;\033\044",	/*Lambda*/
152*14349Ssam"\001\033S0008AAIIIIAA",	/*Xi*/
153*14349Ssam"\001\033\0469\b\033\0436\033\044",	/*Pi*/
154*14349Ssam"\001\033\046:\033\044",	/*Sigma*/
155*14349Ssam"\000\0",	 /**/
156*14349Ssam"\001Y",	 /*Upsilon*/
157*14349Ssam"\001I\b\033[\033T04\033r\n\033S00080HHHHHH0\033f\n\033T24\033]",	 /*Phi*/
158*14349Ssam"\001I\b\033S0008\007HHHHHH\007",	/*Psi*/
159*14349Ssam"\001\033\046<\033\044",	/*Omega*/
160*14349Ssam"\001\033\046>\033\044",	/*square root*/
161*14349Ssam"\001\033S0007\014\022\022\022\022P ",	/*terminal sigma*/
162*14349Ssam"\001\033\0434\033\044",	/*root en*/
163*14349Ssam"\001\033\046F\033\044",	/*>=*/
164*14349Ssam"\001\033\046G\033\044",	/*<=*/
165*14349Ssam"\001=\b_",	/*identically equal*/
166*14349Ssam"\001-",	/*equation minus*/
167*14349Ssam"\001~\b\301=\341\300\b",	/*approx =*/
168*14349Ssam"\001\033\046H\033\044",	/*approximates*/
169*14349Ssam"\001\033\046E\033\044",	/*not equal*/
170*14349Ssam"\001\033\046C\033\044",	/*right arrow*/
171*14349Ssam"\001\033\046B\033\044",	/*left arrow*/
172*14349Ssam"\001\033\046@\033\044",	/*up arrow*/
173*14349Ssam"\001\033\046A\033\044",	/*down arrow*/
174*14349Ssam"\001=",	 /*equation equal*/
175*14349Ssam"\001\341x\301\300\b",	 /*multiply*/
176*14349Ssam"\001-\b.\b\344.\304\300\b",	 /*divide*/
177*14349Ssam"\001\033\046D\033\044",	/*plus-minus*/
178*14349Ssam"\001U",	 /*cup (union)*/
179*14349Ssam"\001\033S0006~\001\001\001\001~",	 /*cap (intersection)*/
180*14349Ssam"\001\033S0007\034\042\042\042\042\042\042",	 /*subset of*/
181*14349Ssam"\001\033S0007\042\042\042\042\042\042\034",	/*superset of*/
182*14349Ssam"\001\033S0007NQQQQQQ",	 /*improper subset of*/
183*14349Ssam"\001\033S0007QQQQQQN",	/*improper superset of*/
184*14349Ssam"\001\033\046K\033\044",	/*infinity*/
185*14349Ssam"\001@",	/*partial derivative*/
186*14349Ssam"\001\033S0008\003\0179qq\015\003\001",	/*gradient*/
187*14349Ssam"\001\033\0439\033\044",	/*not*/
188*14349Ssam"\001\033\0436\b\305?\033\044\345\345\b\033\043<\305\033\044\b",	/*integral sign*/
189*14349Ssam"\001\033\046 \033\044",	/*proportional to*/
190*14349Ssam"\001\033\043M\bN\033\044",	 /*empty set*/
191*14349Ssam"\001\033\046$\033\044",	/*member of*/
192*14349Ssam"\001+",	 /*equation plus*/
193*14349Ssam"\001\033S0009\034\042A}]mA\042\034",	/*registered*/
194*14349Ssam"\001\033S0009\034\042A]UUA\042\034",	/*copyright*/
195*14349Ssam"\001\033\0436\b\3436\033\044\303\300\b",	/*box rule */
196*14349Ssam"\001\033S0007@84,$&\001",	/*cent sign*/
197*14349Ssam"\001\033\0436\b@\033\044",	 /*dbl dagger*/
198*14349Ssam"\003\033S0024~~~~~~!!AAUUUUAAU-\005\005\005\005\005\002",	/*right hand*/
199*14349Ssam"\003\033S0024\002\005\005\005\005\005-UAAUUUUAA!!~~~~~~",	/*left hand*/
200*14349Ssam"\001*",	 /*math * */
201*14349Ssam"\001\033S00070,\042c\042,0",	/*bell system sign*/
202*14349Ssam"\001|",	 /*or (was star)*/
203*14349Ssam"\001\033\043M\033\044",	 /*circle*/
204*14349Ssam"\001\302\033\0436\b\344<\033\044\302\b",	 /*left top (of big curly)*/
205*14349Ssam"\001\342\033\0436\b\304>\033\044\342\b",	 /*left bottom*/
206*14349Ssam"\001\302\033\0436\b\344=\033\044\302\b",	 /*right top*/
207*14349Ssam"\001\342\033\0436\b\304?\033\044\342\b",	 /*right bot*/
208*14349Ssam"\001<",	 /*left center of big curly bracket*/
209*14349Ssam"\001>",	 /*right center of big curly bracket*/
210*14349Ssam"\001\033\0436\033\044",	/*bold vertical*/
211*14349Ssam"\001\342\033\0436\b\304:\033\044\342\b",	/*left floor (left bot of big sq brkt)*/
212*14349Ssam"\001\342\033\0436\b\304;\033\044\342\b",	/*right floor (rb of ")*/
213*14349Ssam"\001\302\033\0436\b\3448\033\044\302\b",	/*left ceiling (lt of ")*/
214*14349Ssam"\001\302\033\0436\b\3449\033\044\302\b",	/*right ceiling (rt of ")*/
215*14349Ssam"\001\033\046O\033\044",	/*superscript 0 */
216*14349Ssam"\001\033\046P\033\044",	/*superscript 1 */
217*14349Ssam"\001\033\046Q\033\044",	/*superscript 2 */
218*14349Ssam"\001\033\046R\033\044",	/*superscript 3 */
219*14349Ssam"\001\033\046S\033\044",	/*superscript 4 */
220*14349Ssam"\001\033\046T\033\044",	/*superscript 5 */
221*14349Ssam"\001\033\046U\033\044",	/*superscript 6 */
222*14349Ssam"\001\033\046V\033\044",	/*superscript 7 */
223*14349Ssam"\001\033\046W\033\044",	/*superscript 8 */
224*14349Ssam"\001\033\046X\033\044",	/*superscript 9 */
225*14349Ssam};
226