home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume9 / pep / part03 < prev    next >
Encoding:
Text File  |  1989-12-29  |  21.4 KB  |  1,015 lines

  1. Newsgroups: comp.sources.misc
  2. organization: gisle@ifi.uio.no
  3. subject: v09i094: PEP filter program [ part 3 of 5 ]
  4. from: gisle@ifi.uio.no (Gisle Hannemyr)
  5. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  6.  
  7. Posting-number: Volume 9, Issue 94
  8. Submitted-by: gisle@ifi.uio.no (Gisle Hannemyr)
  9. Archive-name: pep/part03
  10.  
  11. # This is a shell archive [ part 3 of of 5 ]
  12. # Remove everything above and including the cut line.
  13. # Then run the rest of the file through /bin/sh (not csh).
  14. #--cut here-----cut here-----cut here-----cut here-----cut here-----cut here--#
  15. #!/bin/sh
  16. # shar: Shell Archiver
  17. # Execute the following text with /bin/sh to create the file(s):
  18. #    Makefile.unx
  19. #    Makefile.dos
  20. #    Makevms.com
  21. #    Filters/ebc2ns7
  22. #    Filters/ibm2iso
  23. #    Filters/ibm2mac
  24. #    Filters/ibm2ro8
  25. #    Filters/iso2ibm
  26. #    Filters/mac2ibm
  27. #    Filters/ro82ibm
  28. # This archive created: Fri Dec 29 14:42:43 1989
  29. # Wrapped by: Gisle Hannemyr (gisle@ifi.uio.no)
  30. echo shar: extracting Makefile.unx
  31. sed 's/^XX//' << \SHAR_EOF > Makefile.unx
  32. XX# Makefile for pep   1989 dec 28 [gh]
  33. XX#-----------------------------------------------------------------------------
  34. XX# Design:
  35. XX#    This Makefile is customized to my working environment.  It will proably
  36. XX#    not work for others.  It is included only to serve as a starting point.
  37. XX#-----------------------------------------------------------------------------
  38. XX
  39. XXit:        unix
  40. XX    mv pep xpep
  41. XX
  42. XXarc:        crlf.tst notes.let pep.dok poster.txt
  43. XX    arc -m pep crlf.tst notes.let pep.dok poster.txt
  44. XX
  45. XXpep.doc:    Doc/pep.1l
  46. XX    nroff -man -Tlpr Doc/pep.1l | pep > Doc/pep.doc
  47. XX
  48. XXmanhc:        Doc/pep.1l
  49. XX    ptroff -man Doc/pep.1l
  50. XX
  51. XXpep:        unix
  52. XX
  53. XXpep.arc:    Makefile Makefile.dos Makevms.com \
  54. XX        Doc/aales.meg Doc/aaread.me Doc/header.txt \
  55. XX        Doc/hjelp.txt Doc/pep.1l Doc/pep.doc Doc/pepvms.txt \
  56. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  57. XX        Filters/ebc2ns7 Filters/ibm2iso Filters/ibm2mac \
  58. XX        Filters/ibm2ro8 Filters/iso2ibm Filters/mac2ibm \
  59. XX        Filters/ro82ibm
  60. XX    \rm -f pep.arc
  61. XX    arc -a pep Makefile Makefile.dos Makevms.com
  62. XX    arc -m pep Doc/aales.meg Doc/aaread.me Doc/header.txt \
  63. XX        Doc/hjelp.txt Doc/pep.1l Doc/pep.doc Doc/pepvms.txt \
  64. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  65. XX        Filters/ebc2ns7 Filters/ibm2iso Filters/ibm2mac \
  66. XX        Filters/ibm2ro8 Filters/iso2ibm Filters/mac2ibm \
  67. XX        Filters/ro82ibm
  68. XX
  69. XXpep.shr:    Makefile Makefile.dos Makevms.com \
  70. XX        Doc/aales.meg Doc/aaread.me Doc/header.txt \
  71. XX        Doc/hjelp.txt Doc/pep.1l Doc/pep.doc Doc/pepvms.txt \
  72. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  73. XX        Filters/ebc2ns7 Filters/ibm2iso Filters/ibm2mac \
  74. XX        Filters/ibm2ro8 Filters/iso2ibm Filters/mac2ibm \
  75. XX        Filters/ro82ibm
  76. XX    \rm -f pep.shr
  77. XX    shar -a Makefile Makefile.dos Makevms.com \
  78. XX        Doc/aales.meg Doc/aaread.me Doc/header.txt \
  79. XX        Doc/hjelp.txt Doc/pep.1l Doc/pep.doc Doc/pepvms.txt \
  80. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  81. XX        Filters/ebc2ns7 Filters/ibm2iso Filters/ibm2mac \
  82. XX        Filters/ibm2ro8 Filters/iso2ibm Filters/mac2ibm \
  83. XX        Filters/ro82ibm \
  84. XX        > pep.shr
  85. XX
  86. XX#---( compilations )----------------------------------------------------------
  87. XX
  88. XXunix:        main.o ansi.o plain.o
  89. XX    cc -o pep main.o ansi.o plain.o
  90. XX
  91. XX
  92. XX#---( objects )---------------------------------------------------------------
  93. XX
  94. XXmain.o:        main.c    pep.h bdmg.h
  95. XXansi.o:        ansi.c    pep.h
  96. XXplain.o:    plain.c    pep.h
  97. XX
  98. XX
  99. XX#---( housekeeping )----------------------------------------------------------
  100. XX
  101. XXclean:
  102. XX    \rm -f *.o pep
  103. XX
  104. XX# EOF
  105. SHAR_EOF
  106. if test 2339 -ne "`wc -c Makefile.unx`"
  107. then
  108. echo shar: error transmitting Makefile.unx '(should have been 2339 characters)'
  109. fi
  110. echo shar: extracting Makefile.dos
  111. sed 's/^XX//' << \SHAR_EOF > Makefile.dos
  112. XX# Makefile for pep   1989 dec 28 [gh]
  113. XX#-----------------------------------------------------------------------------
  114. XX# Design:
  115. XX#    This Makefile is for Microsoft C 5.1 and Borlands make.  I'm sorry but
  116. XX#    Microsoft's make is just too braindamaged.
  117. XX#-----------------------------------------------------------------------------
  118. XX
  119. XX# Microsoft C
  120. XX#CC    = cl
  121. XX#LFLAGS    = -o pep
  122. XX
  123. XX# Borland Turbo C
  124. XXCC    = tcc
  125. XXCFLAGS    = -w-pia -w-def
  126. XXLFLAGS    = -epep
  127. XX
  128. XX# Other macroes
  129. XXTODAY   = 29/12/89
  130. XXVERSION = 2.10
  131. XX
  132. XXit:        dos
  133. XX
  134. XXdist:        date pep.arc
  135. XX
  136. XXarc:        crlf.tst notes.let pep.dok poster.txt
  137. XX    arc -m pep crlf.tst notes.let pep.dok poster.txt
  138. XX
  139. XXdate:
  140. XX    st Makefile    $(TODAY) $(VERSION)
  141. XX    st Makefile.unx    $(TODAY) $(VERSION)
  142. XX    st Makevms.com    $(TODAY) $(VERSION)
  143. XX    st ansi.c    $(TODAY) $(VERSION)
  144. XX    st bdmg.c    $(TODAY) $(VERSION)
  145. XX    st main.c    $(TODAY) $(VERSION)
  146. XX    st plain.c    $(TODAY) $(VERSION)
  147. XX    st bdmg.h    $(TODAY) $(VERSION)
  148. XX    st pep.h    $(TODAY) $(VERSION)
  149. XX    st pep.exe    $(TODAY) $(VERSION)
  150. XX    cd Doc
  151. XX    st aales.meg    $(TODAY) $(VERSION)
  152. XX    st aaread.me    $(TODAY) $(VERSION)
  153. XX    st pep.1l    $(TODAY) $(VERSION)
  154. XX    st pep.doc    $(TODAY) $(VERSION)
  155. XX    st header.txt    $(TODAY) $(VERSION)
  156. XX    st hjelp.txt    $(TODAY) $(VERSION)
  157. XX    st pepvms.txt    $(TODAY) $(VERSION)
  158. XX    cd ..\Filters
  159. XX    st mac2ibm    $(TODAY) $(VERSION)
  160. XX    st ibm2mac    $(TODAY) $(VERSION)
  161. XX    st ebc2ns7    $(TODAY) $(VERSION)
  162. XX    st ibm2ro8    $(TODAY) $(VERSION)
  163. XX    st ro82ibm    $(TODAY) $(VERSION)
  164. XX    st ibm2iso    $(TODAY) $(VERSION)
  165. XX    st iso2ibm    $(TODAY) $(VERSION)
  166. XX    cd ..
  167. XX
  168. XXpep.doc:    Doc\pep.1l
  169. XX    nroff -man -Tlpr Doc\pep.1l | pep > Doc\pep.doc
  170. XX
  171. XXmanhc:        Doc\pep.1l
  172. XX    ptroff -man Doc\pep.1l
  173. XX
  174. XXpep:        dos
  175. XX
  176. XXpep.exe:    dos
  177. XX
  178. XXpep.arc:    Makefile Makefile.unx Makevms.com \
  179. XX        Doc\aales.meg Doc\aaread.me Doc\header.txt \
  180. XX        Doc\hjelp.txt Doc\pep.1l Doc\pep.doc Doc\pepvms.txt \
  181. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  182. XX        Filters\ebc2ns7 Filters\ibm2iso Filters\ibm2mac \
  183. XX        Filters\ibm2ro8 Filters\iso2ibm Filters\mac2ibm \
  184. XX        Filters\ro82ibm
  185. XX    del pep.arc
  186. XX    arc -a pep Makefile
  187. XX    arc -m pep Makefile.unx Makevms.com
  188. XX    arc -m pep Doc\aales.meg Doc\aaread.me Doc\header.txt \
  189. XX        Doc\hjelp.txt Doc\pep.1l Doc\pep.doc Doc\pepvms.txt
  190. XX    arc -m pep Filters\ebc2ns7 Filters\ibm2iso Filters\ibm2mac \
  191. XX        Filters\ibm2ro8 Filters\iso2ibm Filters\mac2ibm \
  192. XX        Filters\ro82ibm
  193. XX    arc -m pep ansi.c bdmg.c main.c plain.c pep.h bdmg.h pep.exe
  194. XX
  195. XXpep.shr:    Makefile Makefile.unx Makevms.com \
  196. XX        Doc\aales.meg Doc\aaread.me Doc\header.txt \
  197. XX        Doc\hjelp.txt Doc\pep.1l Doc\pep.doc Doc\pepvms.txt \
  198. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  199. XX        Filters\ebc2ns7 Filters\ibm2iso Filters\ibm2mac \
  200. XX        Filters\ibm2ro8 Filters\iso2ibm Filters\mac2ibm \
  201. XX        Filters\ro82ibm
  202. XX    del pep.shr
  203. XX    shar -a Makefile Makefile.unx Makevms.com \
  204. XX        Doc\aales.meg Doc\aaread.me Doc\header.txt \
  205. XX        Doc\hjelp.txt Doc\pep.1l Doc\pep.doc Doc\pepvms.txt \
  206. XX        ansi.c bdmg.c main.c plain.c pep.h bdmg.h \
  207. XX        Filters\ebc2ns7 Filters\ibm2iso Filters\ibm2mac \
  208. XX        Filters\ibm2ro8 Filters\iso2ibm Filters\mac2ibm \
  209. XX        Filters\ro82ibm > pep.shr
  210. XX
  211. XX#---( compilations )----------------------------------------------------------
  212. XX
  213. XXaztec:        pep.c
  214. XX    cc -D__CPM86__ -i15/ pep.c
  215. XX
  216. XXdos:        main.obj ansi.obj plain.obj bdmg.obj
  217. XX     $(CC) $(LFLAGS) main.obj ansi.obj plain.obj bdmg.obj
  218. XX
  219. XXunix:        main.o ansi.o plain.o
  220. XX    cc -o pep main.o ansi.o plain.o
  221. XX
  222. XXvms:        pep.c
  223. XX    cc/nowarnings/define=STRICMP pep.c
  224. XX    link pep.obj
  225. XX
  226. XX#---( objects )---------------------------------------------------------------
  227. XX
  228. XXmain.obj:        main.c    pep.h bdmg.h
  229. XX     $(CC) -c $(CFLAGS) main.c
  230. XX
  231. XXansi.obj:        ansi.c    pep.h
  232. XX     $(CC) -c $(CFLAGS) ansi.c
  233. XX
  234. XXplain.obj:    plain.c    pep.h
  235. XX     $(CC) -c $(CFLAGS) plain.c
  236. XX
  237. XXbdmg.obj:        bdmg.c    pep.h bdmg.h
  238. XX     $(CC) -c $(CFLAGS) bdmg.c
  239. XX
  240. XX
  241. XX#---( housekeeping )----------------------------------------------------------
  242. XX
  243. XXclean:
  244. XX    del *.obj
  245. XX    del pep.exe
  246. XX
  247. XX# EOF
  248. XX
  249. SHAR_EOF
  250. if test 3699 -ne "`wc -c Makefile.dos`"
  251. then
  252. echo shar: error transmitting Makefile.dos '(should have been 3699 characters)'
  253. fi
  254. echo shar: extracting Makevms.com
  255. sed 's/^XX//' << \SHAR_EOF > Makevms.com
  256. XX$ cc/nowarnings main.c
  257. XX$ cc/nowarnings ansi.c
  258. XX$ cc/nowarnings plain.c
  259. XX$ cc/nowarnings/define=STRICMP bdmg.c
  260. XX$ link/executable=pep.exe main.obj,plain.obj,ansi.obj,bdmg.obj
  261. SHAR_EOF
  262. if test 171 -ne "`wc -c Makevms.com`"
  263. then
  264. echo shar: error transmitting Makevms.com '(should have been 171 characters)'
  265. fi
  266. echo shar: extracting ebc2ns7
  267. sed 's/^XX//' << \SHAR_EOF > ebc2ns7
  268. XX# ebc2ns7  25. may 1989 [gh]
  269. XX##--------------------------------------------------------------------------
  270. XX## Abstract:
  271. XX#    This file folds characters from the IBM EBCDIC character set into
  272. XX#    their counterparts in the ASCII 7-bit character set (ISO646 NS4551).
  273. XX##
  274. XX## Implementation:
  275. XX##    This is table was implemented to facilitate translation from the
  276. XX##    DisplayWrite editor, which uses a superset of EBCDIC containing
  277. XX##    Norwegian characters.  If it doesn't suit you, you're welcome to hack
  278. XX##    the table!
  279. XX##    This table should also be simple to hack to generate IBM CP 850, but
  280. XX##    that is left as an exercise to the reader.
  281. XX##    I've zeroed out a lot of stuff.  On those lines there a code is left
  282. XX##    as a comment at the end of the line.  Those codes have no graphical
  283. XX##    representation in my (printed) copy of the EBCDIC table, but are the
  284. XX##    suggested translation to "ISO 2022".  They are left in as comments
  285. XX##    (in parhenthesises) in case I ever figure out what that means.
  286. XX##    A copy of ISO 2022 would probably help.
  287. XX##
  288. XX## Bugs:
  289. XX##    Norwegian upper case [\] is still missing.  I need examples.
  290. XX##--------------------------------------------------------------------------
  291. XX  4    0 ## (156)
  292. XX  6   10 ## required new line
  293. XX  7    0 ## (127)
  294. XX  8    0 ## (151)
  295. XX  9   45 ## (141) superscript?
  296. XX 10   45 ## (142) repeat?
  297. XX 12   45 ## formfeed?
  298. XX 20    0 ## (157) restore
  299. XX 21   10 ## new line acknowledgement
  300. XX 22    8 ## backspace
  301. XX 23    0 ## (135)
  302. XX 26    0 ## (146) unit backspace
  303. XX 27    0 ## (143)
  304. XX 32    0 ## (128)
  305. XX 33    0 ## (129)
  306. XX 34    0 ## (130)
  307. XX 35    0 ## (131)
  308. XX 36    0 ## (132)
  309. XX 40    0 ## (136)
  310. XX 41    0 ## (137)
  311. XX 42    0 ## (138)
  312. XX 43    0 ## (139)
  313. XX 44    0 ## (140)
  314. XX 48    0 ## (144)
  315. XX 49    0 ## (145)
  316. XX 51    0 ## (147)
  317. XX 52    0 ## (148)
  318. XX 53    0 ## (149)
  319. XX 54    0 ## (150)
  320. XX 56    0 ## (152)
  321. XX 57    0 ## (153)
  322. XX 58    0 ## (154)
  323. XX 59    0 ## (155)
  324. XX 62    0 ## (158)
  325. XX 64   32 ## space
  326. XX 65    0 ## (160)
  327. XX 66    0 ## (161)
  328. XX 67    0 ## (162)
  329. XX 68    0 ## (163)
  330. XX 69    0 ## (164)
  331. XX 70    0 ## (165)
  332. XX 71  125 ## (166) liten }
  333. XX 72    0 ## (167)
  334. XX 73    0 ## (168)
  335. XX 74   91 ## [
  336. XX 75   46 ## .
  337. XX 76   60 ## <
  338. XX 77   40 ## (
  339. XX 78   43 ## +
  340. XX 79   33 ## !
  341. XX 80   38 ## &
  342. XX 81    0 ## (169)
  343. XX 82    0 ## (170)
  344. XX 83    0 ## (171)
  345. XX 84    0 ## (172)
  346. XX 85    0 ## (173)
  347. XX 86    0 ## (174)
  348. XX 87    0 ## (175)
  349. XX 88    0 ## (176)
  350. XX 89    0 ## (177)
  351. XX 90   93 ## ]
  352. XX 91   36 ## $
  353. XX 92   42 ## *
  354. XX 93   41 ## )
  355. XX 94   59 ## ;
  356. XX 95   94 ## ^
  357. XX 96   45 ## -
  358. XX 97   47 ## /
  359. XX 98    0 ## (178)
  360. XX 99    0 ## (179)
  361. XX100    0 ## (180)
  362. XX101    0 ## (181)
  363. XX102    0 ## (182)
  364. XX103    0 ## (183)
  365. XX104    0 ## (184)
  366. XX105    0 ## (185)
  367. XX106  124 ## |
  368. XX107   44 ## ,
  369. XX108   37 ## %
  370. XX109   95 ## _
  371. XX110   62 ## >
  372. XX111   63 ## ?
  373. XX112  124 ## (186) liten |
  374. XX113    0 ## (187)
  375. XX114    0 ## (188)
  376. XX115    0 ## (189)
  377. XX116    0 ## (190)
  378. XX117    0 ## (191)
  379. XX118    0 ## (192)
  380. XX119    0 ## (193)
  381. XX120    0 ## (194)
  382. XX121   96 ## `
  383. XX122   58 ## :
  384. XX123   35 ## #
  385. XX124   64 ## @
  386. XX125   39 ## '
  387. XX126   61 ## =
  388. XX127   34 ## "
  389. XX128    0 ## (195)
  390. XX129   97 ## a
  391. XX130   98 ## b
  392. XX131   99 ## c
  393. XX132  100 ## d
  394. XX133  101 ## e
  395. XX134  102 ## f
  396. XX135  103 ## g
  397. XX136  104 ## h
  398. XX137  105 ## i
  399. XX138    0 ## (196)
  400. XX139    0 ## (197)
  401. XX140    0 ## (198)
  402. XX141    0 ## (199)
  403. XX142    0 ## (200)
  404. XX143    0 ## (201)
  405. XX144    0 ## (202)
  406. XX145  106 ## j
  407. XX146  107 ## k
  408. XX147  108 ## l
  409. XX148  109 ## m
  410. XX149  110 ## n
  411. XX150  111 ## o
  412. XX151  112 ## p
  413. XX152  113 ## q
  414. XX153  114 ## r
  415. XX154    0 ## (203)
  416. XX155    0 ## (204)
  417. XX156  123 ## (205) Liten {
  418. XX157    0 ## (206)
  419. XX158    0 ## (207)
  420. XX159    0 ## (208)
  421. XX160    0 ## (209)
  422. XX161  126 ## ~
  423. XX162  115 ## s
  424. XX163  116 ## t
  425. XX164  117 ## u
  426. XX165  118 ## v
  427. XX166  119 ## w
  428. XX167  120 ## x
  429. XX168  121 ## y
  430. XX169  122 ## z
  431. XX170    0 ## (210)
  432. XX171    0 ## (211)
  433. XX172    0 ## (212)
  434. XX173    0 ## (213)
  435. XX174    0 ## (214)
  436. XX175    0 ## (215)
  437. XX176    0 ## (216)
  438. XX177    0 ## (217)
  439. XX178    0 ## (218)
  440. XX179    0 ## (219)
  441. XX180    0 ## (220)
  442. XX181    0 ## (221)
  443. XX182    0 ## (222)
  444. XX183    0 ## (223)
  445. XX184    0 ## (224)
  446. XX185    0 ## (225)
  447. XX186    0 ## (226)
  448. XX187    0 ## (227)
  449. XX188    0 ## (228)
  450. XX189    0 ## (229)
  451. XX190    0 ## (230)
  452. XX191    0 ## (231)
  453. XX192  123 ## {
  454. XX193   65 ## A
  455. XX194   66 ## B
  456. XX195   67 ## C
  457. XX196   68 ## D
  458. XX197   69 ## E
  459. XX198   70 ## F
  460. XX199   71 ## G
  461. XX200   72 ## H
  462. XX201   73 ## I
  463. XX202    0 ## (232)
  464. XX203    0 ## (233)
  465. XX204    0 ## (234)
  466. XX205    0 ## (235)
  467. XX206    0 ## (236)
  468. XX207    0 ## (237)
  469. XX208  125 ## }
  470. XX209   74 ## J
  471. XX210   75 ## K
  472. XX211   76 ## L
  473. XX212   77 ## M
  474. XX213   78 ## N
  475. XX214   79 ## O
  476. XX215   80 ## P
  477. XX216   81 ## Q
  478. XX217   82 ## R
  479. XX218    0 ## (238)
  480. XX219    0 ## (239)
  481. XX220    0 ## (240)
  482. XX221    0 ## (241)
  483. XX222    0 ## (242)
  484. XX223    0 ## (243)
  485. XX224   92 ## \
  486. XX225    0 ## (159)
  487. XX226   83 ## S
  488. XX227   84 ## T
  489. XX228   85 ## U
  490. XX229   86 ## V
  491. XX230   87 ## W
  492. XX231   88 ## X
  493. XX232   89 ## Y
  494. XX233   90 ## Z
  495. XX234    0 ## (244)
  496. XX235    0 ## (245)
  497. XX236    0 ## (246)
  498. XX237    0 ## (247)
  499. XX238    0 ## (248)
  500. XX239    0 ## (249)
  501. XX240   48 ## 0
  502. XX241   49 ## 1
  503. XX242   50 ## 2
  504. XX243   51 ## 3
  505. XX244   52 ## 4
  506. XX245   53 ## 5
  507. XX246   54 ## 6
  508. XX247   55 ## 7
  509. XX248   56 ## 8
  510. XX249   57 ## 9
  511. XX250    0 ## (250)
  512. XX251    0 ## (251)
  513. XX252    0 ## (252)
  514. XX253    0 ## (253)
  515. XX254    0 ## (254)
  516. XX## EOF
  517. SHAR_EOF
  518. if test 5000 -ne "`wc -c ebc2ns7`"
  519. then
  520. echo shar: error transmitting ebc2ns7 '(should have been 5000 characters)'
  521. fi
  522. echo shar: extracting ibm2iso
  523. sed 's/^XX//' << \SHAR_EOF > ibm2iso
  524. XX# ibm2iso  13. may 1989 [gh]
  525. XX##--------------------------------------------------------------------------
  526. XX# This file folds characters from the IBM-PC (CP 850) character set into
  527. XX# their counterparts in the ISO 8859/1 character set.
  528. XX##--------------------------------------------------------------------------
  529. XX128 199
  530. XX129 252
  531. XX130 233
  532. XX131 226
  533. XX132 228
  534. XX133 224
  535. XX134 229
  536. XX135 231
  537. XX136 234
  538. XX137 235
  539. XX138 232
  540. XX139 239
  541. XX140 238
  542. XX141 236
  543. XX142 196
  544. XX143 197
  545. XX144 201
  546. XX145 230
  547. XX146 198
  548. XX147 244
  549. XX148 246
  550. XX149 242
  551. XX150 251
  552. XX151 249
  553. XX152 255
  554. XX153 214
  555. XX154 220
  556. XX155 248
  557. XX156 163
  558. XX157 216
  559. XX158 215
  560. XX159 102
  561. XX160 225
  562. XX161 237
  563. XX162 243
  564. XX163 250
  565. XX164 241
  566. XX165 209
  567. XX166 170
  568. XX167 186
  569. XX168 191
  570. XX169 174
  571. XX170 172
  572. XX171 189
  573. XX172 188
  574. XX173 161
  575. XX174 171
  576. XX175 187
  577. XX176  35
  578. XX177  35
  579. XX178  35
  580. XX179  33
  581. XX180  43
  582. XX181 193
  583. XX182 194
  584. XX183 192
  585. XX184 169
  586. XX185  43
  587. XX186  33
  588. XX187  43
  589. XX188  43
  590. XX189 162
  591. XX190 165
  592. XX191  43
  593. XX192  43
  594. XX193  43
  595. XX194  43
  596. XX195  43
  597. XX196  45
  598. XX197  43
  599. XX198 227
  600. XX199 195
  601. XX200  43
  602. XX201  43
  603. XX202  43
  604. XX203  43
  605. XX204  43
  606. XX205  45
  607. XX206  43
  608. XX207 164
  609. XX208 240
  610. XX209 208
  611. XX210 202
  612. XX211 203
  613. XX212 200
  614. XX213 105
  615. XX214 205
  616. XX215 206
  617. XX216 207
  618. XX217  43
  619. XX218  43
  620. XX219  35
  621. XX220  45
  622. XX221 166
  623. XX222 204
  624. XX223  45
  625. XX224 211
  626. XX225 223
  627. XX226 212
  628. XX227 210
  629. XX228 245
  630. XX229 213
  631. XX230 181
  632. XX231 254
  633. XX232 222
  634. XX233 218
  635. XX234 219
  636. XX235 217
  637. XX236 253
  638. XX237 221
  639. XX238 175
  640. XX239 180
  641. XX240  45
  642. XX241 177
  643. XX242  61
  644. XX243 190
  645. XX244 182
  646. XX245 167
  647. XX246 247
  648. XX247  45
  649. XX248 176
  650. XX249 168
  651. XX250 183
  652. XX251 185
  653. XX252 179
  654. XX253 178
  655. XX254 183
  656. XX255  32
  657. XX## EOF
  658. SHAR_EOF
  659. if test 1341 -ne "`wc -c ibm2iso`"
  660. then
  661. echo shar: error transmitting ibm2iso '(should have been 1341 characters)'
  662. fi
  663. echo shar: extracting ibm2mac
  664. sed 's/^XX//' << \SHAR_EOF > ibm2mac
  665. XX# ibm2mac  2. July 1989 [gh]
  666. XX146 174        ## AE ==> [
  667. XX157 175        ## OE ==> \
  668. XX143 129        ## AA ==> ]
  669. XX145 190        ## ae ==> {
  670. XX155 191        ## oe ==> |
  671. XX134 140        ## aa ==> }
  672. XX130 142        ## e'
  673. XX138 143        ## e`
  674. XX144 131        ## E'
  675. XX132 138        ## ae (svensk)
  676. XX142 128        ## AE (svensk)
  677. XX148 154        ## oe (svensk)
  678. XX153 133        ## OE (svensk)
  679. XX## EOF
  680. SHAR_EOF
  681. if test 303 -ne "`wc -c ibm2mac`"
  682. then
  683. echo shar: error transmitting ibm2mac '(should have been 303 characters)'
  684. fi
  685. echo shar: extracting ibm2ro8
  686. sed 's/^XX//' << \SHAR_EOF > ibm2ro8
  687. XX# ibm2ro8  20. october 1988 [gh]
  688. XX##--------------------------------------------------------------------------
  689. XX# This file folds characters from the IBM-PC character set into their
  690. XX# counterparts in the Hewlett-Packard Roman8 character set.
  691. XX##
  692. XX## NB: To make the inverse ro82ibm file, it is not sufficient to switch the
  693. XX##     columns,  Look at how 158 is folded to understand why.
  694. XX##--------------------------------------------------------------------------
  695. XX128 180
  696. XX129 207
  697. XX130 197
  698. XX131 192
  699. XX132 204
  700. XX133 200
  701. XX134 212
  702. XX135 181
  703. XX136 193
  704. XX137 205
  705. XX138 201
  706. XX139 221
  707. XX140 209
  708. XX141 217
  709. XX142 216
  710. XX143 208
  711. XX144 220
  712. XX145 215
  713. XX146 211
  714. XX147 194
  715. XX148 206
  716. XX149 202
  717. XX150 195
  718. XX151 203
  719. XX152 239
  720. XX153 218
  721. XX154 219
  722. XX155 214
  723. XX156 187
  724. XX157 210
  725. XX158  76
  726. XX159 108
  727. XX160 196
  728. XX161 213
  729. XX162 198
  730. XX163 199
  731. XX164 183
  732. XX165 182
  733. XX166 234
  734. XX167 233
  735. XX168 185
  736. XX169 226
  737. XX170 225
  738. XX171 108
  739. XX172 110
  740. XX173 184
  741. XX174  51
  742. XX175 186
  743. XX##
  744. XX196 246
  745. XX225 222
  746. XX241 254
  747. XX246  45
  748. XX248 179
  749. XX253  32
  750. XX254 252
  751. XX## EOF
  752. XX
  753. SHAR_EOF
  754. if test 909 -ne "`wc -c ibm2ro8`"
  755. then
  756. echo shar: error transmitting ibm2ro8 '(should have been 909 characters)'
  757. fi
  758. echo shar: extracting iso2ibm
  759. sed 's/^XX//' << \SHAR_EOF > iso2ibm
  760. XX# iso2ibm  13. may 1989 [gh]
  761. XX##--------------------------------------------------------------------------
  762. XX# This file folds characters from the ISO 8859/1 character set into their
  763. XX# counterparts in the IBM-PC (CP 850) character set.
  764. XX##--------------------------------------------------------------------------
  765. XX160  32
  766. XX161 173
  767. XX162 189
  768. XX163 156
  769. XX164 207
  770. XX165 190
  771. XX166 221
  772. XX167 245
  773. XX168 249
  774. XX169 184
  775. XX170 166
  776. XX171 174
  777. XX172 170
  778. XX173  45
  779. XX174 169
  780. XX175 238
  781. XX176 248
  782. XX177 241
  783. XX178 253
  784. XX179 252
  785. XX180 239
  786. XX181 230
  787. XX182 244
  788. XX183 250
  789. XX184  44
  790. XX185 251
  791. XX186 167
  792. XX187 175
  793. XX188 172
  794. XX189 171
  795. XX190 243
  796. XX191 168
  797. XX192 183
  798. XX193 181
  799. XX194 182
  800. XX195 199
  801. XX196 142
  802. XX197 143
  803. XX198 146
  804. XX199 128
  805. XX200 212
  806. XX201 144
  807. XX202 210
  808. XX203 211
  809. XX204 222
  810. XX205 214
  811. XX206 215
  812. XX207 216
  813. XX208 209
  814. XX209 165
  815. XX210 227
  816. XX211 224
  817. XX212 226
  818. XX213 229
  819. XX214 153
  820. XX215 158
  821. XX216 157
  822. XX217 235
  823. XX218 233
  824. XX219 234
  825. XX220 154
  826. XX221 237
  827. XX222 232
  828. XX223 225
  829. XX224 133
  830. XX225 160
  831. XX226 131
  832. XX227 198
  833. XX228 132
  834. XX229 134
  835. XX230 145
  836. XX231 135
  837. XX232 138
  838. XX233 130
  839. XX234 136
  840. XX235 137
  841. XX236 141
  842. XX237 161
  843. XX238 140
  844. XX239 139
  845. XX240 208
  846. XX241 164
  847. XX242 149
  848. XX243 162
  849. XX244 147
  850. XX245 228
  851. XX246 148
  852. XX247 246
  853. XX248 155
  854. XX249 151
  855. XX250 163
  856. XX251 150
  857. XX252 129
  858. XX253 236
  859. XX254 231
  860. XX255 152
  861. XX## EOF
  862. SHAR_EOF
  863. if test 1085 -ne "`wc -c iso2ibm`"
  864. then
  865. echo shar: error transmitting iso2ibm '(should have been 1085 characters)'
  866. fi
  867. echo shar: extracting mac2ibm
  868. sed 's/^XX//' << \SHAR_EOF > mac2ibm
  869. XX# mac2ibm  5. october 1988 [gh]
  870. XX##--------------------------------------------------------------------------
  871. XX# This file folds the 13 scandinavian nonstandard characters in the Mac-
  872. XX# intosh 8 bit character set into the same in the IBM-PC character set.
  873. XX##
  874. XX## NB: The two sets have many more characters in common than the 13 listed
  875. XX##     in this file. To add those are left as an exercise for the reader.
  876. XX##
  877. XX##     Some people has reported that they have got the error message "bad
  878. XX##     conversion table" when using this file.  This may be due to junk at
  879. XX##     the end.  The problem may be fixed by running this file through pep
  880. XX##     with the command: "pep -o mac2ibm" .
  881. XX##--------------------------------------------------------------------------
  882. XX174 146        ## AE ==> [
  883. XX175 157        ## OE ==> \
  884. XX129 143        ## AA ==> ]
  885. XX190 145        ## ae ==> {
  886. XX191 155        ## oe ==> |
  887. XX140 134        ## aa ==> }
  888. XX142 130        ## e'
  889. XX143 138        ## e`
  890. XX131 144        ## E'
  891. XX138 132        ## ae (svensk)
  892. XX128 142        ## AE (svensk)
  893. XX154 148        ## oe (svensk)
  894. XX133 153        ## OE (svensk)
  895. XX## EOF
  896. SHAR_EOF
  897. if test 1028 -ne "`wc -c mac2ibm`"
  898. then
  899. echo shar: error transmitting mac2ibm '(should have been 1028 characters)'
  900. fi
  901. echo shar: extracting ro82ibm
  902. sed 's/^XX//' << \SHAR_EOF > ro82ibm
  903. XX# ro82ibm  20. october 1988 [gh]
  904. XX##--------------------------------------------------------------------------
  905. XX# This file folds characters from the Hewlett-Packard Roman8 character set
  906. XX#  into their counterparts in the IBM-PC character set.
  907. XX##
  908. XX## NB: To make the inverse ibm2ro8 file, it is not sufficient to switch the
  909. XX##     columns,  Look at how 161 and 162 are folded to understand why.
  910. XX##--------------------------------------------------------------------------
  911. XX161  65
  912. XX162  65
  913. XX163  69
  914. XX164  69
  915. XX165  69
  916. XX166  73
  917. XX167  73
  918. XX168  39
  919. XX169  96
  920. XX170  94
  921. XX171  34
  922. XX172 126
  923. XX173  85
  924. XX174  85
  925. XX175 156
  926. XX176 196
  927. XX177  32
  928. XX178  32
  929. XX179 248
  930. XX180 128
  931. XX181 135
  932. XX182 165
  933. XX183 164
  934. XX184 173
  935. XX185 168
  936. XX186 175
  937. XX187 156
  938. XX188  32
  939. XX189  21
  940. XX190  32
  941. XX191  32
  942. XX192 131
  943. XX193 136
  944. XX194 147
  945. XX195 150
  946. XX196 160
  947. XX197 130
  948. XX198 162
  949. XX199 163
  950. XX200 133
  951. XX201 138
  952. XX202 149
  953. XX203 151
  954. XX204 132
  955. XX205 137
  956. XX206 148
  957. XX207 129
  958. XX208 143
  959. XX209 140
  960. XX210 157
  961. XX211 146
  962. XX212 134
  963. XX213 161
  964. XX214 155
  965. XX215 145
  966. XX216 142
  967. XX217 141
  968. XX218 153
  969. XX219 154
  970. XX220 144
  971. XX221 139
  972. XX222 225
  973. XX223  79
  974. XX224  65
  975. XX225 170
  976. XX226 169
  977. XX227  68
  978. XX228 100
  979. XX229  73
  980. XX230  73
  981. XX231  79
  982. XX232  79
  983. XX233 167
  984. XX234 166
  985. XX235  83
  986. XX236 115
  987. XX237  85
  988. XX238  89
  989. XX239 152
  990. XX240  32
  991. XX241  32
  992. XX242  32
  993. XX243  32
  994. XX244  32
  995. XX245  32
  996. XX246 196
  997. XX247  32
  998. XX248  32
  999. XX249  32
  1000. XX250  32
  1001. XX251  34
  1002. XX252 254
  1003. XX253  34
  1004. XX254 241
  1005. XX## EOF
  1006. XX
  1007. SHAR_EOF
  1008. if test 1228 -ne "`wc -c ro82ibm`"
  1009. then
  1010. echo shar: error transmitting ro82ibm '(should have been 1228 characters)'
  1011. fi
  1012. #    End of shell archive
  1013. exit 0
  1014.  
  1015.