xref: /csrg-svn/old/roff/nroff_term/code.itoh (revision 48306)
1*48306Sbostic/*-
2*48306Sbostic * %sccs.include.proprietary.c%
3*48306Sbostic *
4*48306Sbostic *	@(#)code.itoh	4.3 (Berkeley) 04/18/91
5*48306Sbostic */
6*48306Sbostic
714349Ssam/* terminal driver codes for the C.Itoh Prowriter */
814349Ssam/* codetab */
914349Ssam"\001 ",	/*space*/
1014349Ssam"\001!",	/*!*/
1114349Ssam"\001\"",	/*"*/
1214349Ssam"\001#",	/*#*/
1314349Ssam"\001$",	/*$*/
1414349Ssam"\001%",	/*%*/
1514349Ssam"\001&",	/*&*/
1614349Ssam"\001'",	/*' close*/
1714349Ssam"\001(",	/*(*/
1814349Ssam"\001)",	/*)*/
1914349Ssam"\001*",	/***/
2014349Ssam"\001+",	/*+*/
2114349Ssam"\001,",	/*,*/
2214349Ssam"\001-",	/*- hyphen*/
2314349Ssam"\001.",	/*.*/
2414349Ssam"\001/",	/*/*/
2514349Ssam"\2010",	/*0*/
2614349Ssam"\2011",	/*1*/
2714349Ssam"\2012",	/*2*/
2814349Ssam"\2013",	/*3*/
2914349Ssam"\2014",	/*4*/
3014349Ssam"\2015",	/*5*/
3114349Ssam"\2016",	/*6*/
3214349Ssam"\2017",	/*7*/
3314349Ssam"\2018",	/*8*/
3414349Ssam"\2019",	/*9*/
3514349Ssam"\001:",	/*:*/
3614349Ssam"\001;",	/*;*/
3714349Ssam"\001<",	/*<*/
3814349Ssam"\001=",	/*=*/
3914349Ssam"\001>",	/*>*/
4014349Ssam"\001?",	/*?*/
4114349Ssam"\001@",	/*@*/
4214349Ssam"\201A",	/*A*/
4314349Ssam"\201B",	/*B*/
4414349Ssam"\201C",	/*C*/
4514349Ssam"\201D",	/*D*/
4614349Ssam"\201E",	/*E*/
4714349Ssam"\201F",	/*F*/
4814349Ssam"\201G",	/*G*/
4914349Ssam"\201H",	/*H*/
5014349Ssam"\201I",	/*I*/
5114349Ssam"\201J",	/*J*/
5214349Ssam"\201K",	/*K*/
5314349Ssam"\201L",	/*L*/
5414349Ssam"\201M",	/*M*/
5514349Ssam"\201N",	/*N*/
5614349Ssam"\201O",	/*O*/
5714349Ssam"\201P",	/*P*/
5814349Ssam"\201Q",	/*Q*/
5914349Ssam"\201R",	/*R*/
6014349Ssam"\201S",	/*S*/
6114349Ssam"\201T",	/*T*/
6214349Ssam"\201U",	/*U*/
6314349Ssam"\201V",	/*V*/
6414349Ssam"\201W",	/*W*/
6514349Ssam"\201X",	/*X*/
6614349Ssam"\201Y",	/*Y*/
6714349Ssam"\201Z",	/*Z*/
6814349Ssam"\001[",	/*[*/
6914349Ssam"\001\\",	/*\*/
7014349Ssam"\001]",	/*]*/
7114349Ssam"\001^",	/*^*/
7214349Ssam"\001\033X \033Y",	/*_ dash*/
7314349Ssam"\001`",	/*` open*/
7414349Ssam"\201a",	/*a*/
7514349Ssam"\201b",	/*b*/
7614349Ssam"\201c",	/*c*/
7714349Ssam"\201d",	/*d*/
7814349Ssam"\201e",	/*e*/
7914349Ssam"\201f",	/*f*/
8014349Ssam"\201g",	/*g*/
8114349Ssam"\201h",	/*h*/
8214349Ssam"\201i",	/*i*/
8314349Ssam"\201j",	/*j*/
8414349Ssam"\201k",	/*k*/
8514349Ssam"\201l",	/*l*/
8614349Ssam"\201m",	/*m*/
8714349Ssam"\201n",	/*n*/
8814349Ssam"\201o",	/*o*/
8914349Ssam"\201p",	/*p*/
9014349Ssam"\201q",	/*q*/
9114349Ssam"\201r",	/*r*/
9214349Ssam"\201s",	/*s*/
9314349Ssam"\201t",	/*t*/
9414349Ssam"\201u",	/*u*/
9514349Ssam"\201v",	/*v*/
9614349Ssam"\201w",	/*w*/
9714349Ssam"\201x",	/*x*/
9814349Ssam"\201y",	/*y*/
9914349Ssam"\201z",	/*z*/
10014349Ssam"\001{",	/*{*/
10114349Ssam"\001|",	/*|*/
10214349Ssam"\001}",	/*}*/
10314349Ssam"\001\341~\301\300\b",	/*~*/
10414349Ssam"\000\0",	/*narrow sp*/
10514349Ssam"\001-",	 /*hyphen*/
10614349Ssam"\001\033\043L\033\044",   /*bullet*/
10714349Ssam"\001\033S0007~BBBBB~",	/*square*/
10814349Ssam"\001-",         /*3/4 em dash*/
10914349Ssam"\001\033X \033Y",        /*rule--should properly be up one unit*/
11014349Ssam"\001\033\046N\033\044",    /*1/4*/
11135268Sbostic"\001\033\046M\033\044",    /*1/2*/
11214349Ssam"\0033/4",	 /*3/4*/
11314349Ssam"\001-",	 /*minus*/
11414349Ssam"\202fi",	 /*fi*/
11514349Ssam"\202fl",	 /*fl*/
11614349Ssam"\202ff",	 /*ff*/
11714349Ssam"\203ffi",	 /*ffi*/
11814349Ssam"\203ffl",	 /*ffl*/
11914349Ssam"\001\033\046?\033\044",	 /*degree*/
12014349Ssam"\001|\b\033\046\134\033\044",	 /*dagger*/
12114349Ssam"\001\033S0007\003\015\025\024TX`",	 /*section*/
12214349Ssam"\001'",	 /*foot mark*/
12314349Ssam"\001'",	 /*acute accent*/
12414349Ssam"\001`",	 /*grave accent*/
12514349Ssam"\001\033X \033Y",	/*underrule*/
12614349Ssam"\001\033\043N\033\044",	 /*slash (longer)*/
12714349Ssam"\000\0",	/*half narrow space*/
12814349Ssam"\001 ",	/*unpaddable space*/
12914349Ssam"\001\033\046 \033\044",	/*alpha*/
13014349Ssam"\001\301\033\046!\033\044\341\300\b",	/*beta*/
13114349Ssam"\001\033\046\042\033\044",	/*gamma*/
13214349Ssam"\001\033\046#\033\044",	/*delta*/
13314349Ssam"\001\033\046$\033\044",	/*epsilon*/
13414349Ssam"\001\033\046%\033\044",	/*zeta*/
13514349Ssam"\001\033\046&\033\044",	/*eta*/
13614349Ssam"\001\033\046'\033\044",	/*theta*/
13714349Ssam"\001\033\046(\033\044",	/*iota*/
13814349Ssam"\001\033\046)\033\044",	/*kappa*/
13914349Ssam"\001\033\046*\033\044",	/*lambda*/
14014349Ssam"\001\033\046+\033\044",	/*mu*/
14114349Ssam"\001\033\046,\033\044",	/*nu*/
14214349Ssam"\001\033\046-\033\044",	/*xi*/
14314349Ssam"\001\033\046.\033\044",	/*omicron*/
14414349Ssam"\001\033\046/\033\044",	/*pi*/
14514349Ssam"\001\033\0460\033\044",	/*rho*/
14614349Ssam"\001\033\0461\033\044",	/*sigma*/
14714349Ssam"\001\033\0462\033\044",	/*tau*/
14814349Ssam"\001\033\0463\033\044",	/*upsilon*/
14914349Ssam"\001\033\0464\033\044",	/*phi*/
15014349Ssam"\001\033\0465\033\044",	/*chi*/
15114349Ssam"\001\033\0466\033\044",	/*psi*/
15214349Ssam"\001\033\0467\033\044",	/*omega*/
15314349Ssam"\001\033\0469\033\044",	/*Gamma*/
15414349Ssam"\001\033\0468\033\044",	/*Delta*/
15514349Ssam"\001O\b-", /*Theta*/
15614349Ssam"\001\033\046;\033\044",	/*Lambda*/
15714349Ssam"\001\033S0008AAIIIIAA",	/*Xi*/
15814349Ssam"\001\033\0469\b\033\0436\033\044",	/*Pi*/
15914349Ssam"\001\033\046:\033\044",	/*Sigma*/
16014349Ssam"\000\0",	 /**/
16114349Ssam"\001Y",	 /*Upsilon*/
16214349Ssam"\001I\b\033[\033T04\033r\n\033S00080HHHHHH0\033f\n\033T24\033]",	 /*Phi*/
16314349Ssam"\001I\b\033S0008\007HHHHHH\007",	/*Psi*/
16414349Ssam"\001\033\046<\033\044",	/*Omega*/
16514349Ssam"\001\033\046>\033\044",	/*square root*/
16614349Ssam"\001\033S0007\014\022\022\022\022P ",	/*terminal sigma*/
16714349Ssam"\001\033\0434\033\044",	/*root en*/
16814349Ssam"\001\033\046F\033\044",	/*>=*/
16914349Ssam"\001\033\046G\033\044",	/*<=*/
17014349Ssam"\001=\b_",	/*identically equal*/
17114349Ssam"\001-",	/*equation minus*/
17214349Ssam"\001~\b\301=\341\300\b",	/*approx =*/
17314349Ssam"\001\033\046H\033\044",	/*approximates*/
17414349Ssam"\001\033\046E\033\044",	/*not equal*/
17514349Ssam"\001\033\046C\033\044",	/*right arrow*/
17614349Ssam"\001\033\046B\033\044",	/*left arrow*/
17714349Ssam"\001\033\046@\033\044",	/*up arrow*/
17814349Ssam"\001\033\046A\033\044",	/*down arrow*/
17914349Ssam"\001=",	 /*equation equal*/
18014349Ssam"\001\341x\301\300\b",	 /*multiply*/
18114349Ssam"\001-\b.\b\344.\304\300\b",	 /*divide*/
18214349Ssam"\001\033\046D\033\044",	/*plus-minus*/
18314349Ssam"\001U",	 /*cup (union)*/
18414349Ssam"\001\033S0006~\001\001\001\001~",	 /*cap (intersection)*/
18514349Ssam"\001\033S0007\034\042\042\042\042\042\042",	 /*subset of*/
18614349Ssam"\001\033S0007\042\042\042\042\042\042\034",	/*superset of*/
18714349Ssam"\001\033S0007NQQQQQQ",	 /*improper subset of*/
18814349Ssam"\001\033S0007QQQQQQN",	/*improper superset of*/
18914349Ssam"\001\033\046K\033\044",	/*infinity*/
19014349Ssam"\001@",	/*partial derivative*/
19114349Ssam"\001\033S0008\003\0179qq\015\003\001",	/*gradient*/
19214349Ssam"\001\033\0439\033\044",	/*not*/
19314349Ssam"\001\033\0436\b\305?\033\044\345\345\b\033\043<\305\033\044\b",	/*integral sign*/
19414349Ssam"\001\033\046 \033\044",	/*proportional to*/
19514349Ssam"\001\033\043M\bN\033\044",	 /*empty set*/
19614349Ssam"\001\033\046$\033\044",	/*member of*/
19714349Ssam"\001+",	 /*equation plus*/
19814349Ssam"\001\033S0009\034\042A}]mA\042\034",	/*registered*/
19914349Ssam"\001\033S0009\034\042A]UUA\042\034",	/*copyright*/
20014349Ssam"\001\033\0436\b\3436\033\044\303\300\b",	/*box rule */
20114349Ssam"\001\033S0007@84,$&\001",	/*cent sign*/
20214349Ssam"\001\033\0436\b@\033\044",	 /*dbl dagger*/
20314349Ssam"\003\033S0024~~~~~~!!AAUUUUAAU-\005\005\005\005\005\002",	/*right hand*/
20414349Ssam"\003\033S0024\002\005\005\005\005\005-UAAUUUUAA!!~~~~~~",	/*left hand*/
20514349Ssam"\001*",	 /*math * */
20614349Ssam"\001\033S00070,\042c\042,0",	/*bell system sign*/
20714349Ssam"\001|",	 /*or (was star)*/
20814349Ssam"\001\033\043M\033\044",	 /*circle*/
20914349Ssam"\001\302\033\0436\b\344<\033\044\302\b",	 /*left top (of big curly)*/
21014349Ssam"\001\342\033\0436\b\304>\033\044\342\b",	 /*left bottom*/
21114349Ssam"\001\302\033\0436\b\344=\033\044\302\b",	 /*right top*/
21214349Ssam"\001\342\033\0436\b\304?\033\044\342\b",	 /*right bot*/
21314349Ssam"\001<",	 /*left center of big curly bracket*/
21414349Ssam"\001>",	 /*right center of big curly bracket*/
21514349Ssam"\001\033\0436\033\044",	/*bold vertical*/
21614349Ssam"\001\342\033\0436\b\304:\033\044\342\b",	/*left floor (left bot of big sq brkt)*/
21714349Ssam"\001\342\033\0436\b\304;\033\044\342\b",	/*right floor (rb of ")*/
21814349Ssam"\001\302\033\0436\b\3448\033\044\302\b",	/*left ceiling (lt of ")*/
21914349Ssam"\001\302\033\0436\b\3449\033\044\302\b",	/*right ceiling (rt of ")*/
22014349Ssam"\001\033\046O\033\044",	/*superscript 0 */
22114349Ssam"\001\033\046P\033\044",	/*superscript 1 */
22214349Ssam"\001\033\046Q\033\044",	/*superscript 2 */
22314349Ssam"\001\033\046R\033\044",	/*superscript 3 */
22414349Ssam"\001\033\046S\033\044",	/*superscript 4 */
22514349Ssam"\001\033\046T\033\044",	/*superscript 5 */
22614349Ssam"\001\033\046U\033\044",	/*superscript 6 */
22714349Ssam"\001\033\046V\033\044",	/*superscript 7 */
22814349Ssam"\001\033\046W\033\044",	/*superscript 8 */
22914349Ssam"\001\033\046X\033\044",	/*superscript 9 */
23014349Ssam};
231