home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume20 / epf / part01 / code.epson < prev    next >
Encoding:
Text File  |  1989-10-24  |  5.6 KB  |  226 lines

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