Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199403.adf » Disk1Mar94 » !AWMar94/Goodies/Edit+Up/!Edit+/Printers/Epson
!AWMar94/Goodies/Edit+Up/!Edit+/Printers/Epson
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199403.adf » Disk1Mar94 |
Filename: | !AWMar94/Goodies/Edit+Up/!Edit+/Printers/Epson |
Read OK: | ✔ |
File size: | 0C7D bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
\ This is an example config file for an Epson compatible printer \ Any line beginning with a backslash or any text on a line \ after a backslash will be ignored so you can insert comments ICONLEFT \ This will make the icon appear on the left \ If this command isn't included it will be on the right \ Note that this command and the words IMMED, STYLES and TRANSLATE must \ be in upper case. \ This creates the Immediate Code menu. The first word on the line is the \ name that will appear on the menu. After that are the codes that will \ be sent to the printer when you click on that item. There must be more \ than 12 characters between the start of the line and the codes. \ Printer codes can be entered as decimal or hex numbers or as ascii \ characters enclosed in double or single quotes. The lower case letter e \ when NOT in quotes is interpretted as the Escape character (ascii 27). \ Numbers beginning with 0 or & or the UPPER CASE letters A to F are taken \ as hex. Codes should be separated by commas or spaces. IMMED Reset e,"@" Form feed 12 Elite e,04D Condensed 15 NLQ on e,"x",1 \ Note that these codes are not standard NLQ off 27,"x",0 \�and may vary from printer to printer. \ This creates the 'Styles' menu window. Again the first item is the name \ that will appear on the menu. The second item is the ascii character \ that will be inserted into the text when the item is selected. This \ can be the ascii number or the actual character enclosed in quotes. \ After that comes the string of codes that will be sent to the printer \ when the character is found during printing. \ If the first character on a line is '>' then instead of the item on \ that line appearing below the previous item it will be on the same line \ but to the RIGHT of the previous item. This enables 'start' and 'stop' \ codes to appear side by side if you prefer them that way. STYLES Start Bold "�" 27,"E" > End Bold "�" 27,"F" Start U/line "�" 27,"_",1 > End U/line "�" 27,"_",0 Start italic "�" 27,"4" > End italic "�" 27,"5" Superscript "�" 27,"S",0 > Subscript "�" 27,"S",1 Sub/Sup off "�" 27,"T" Pica "�" e,"P" Elite "�" e,"M" \ This creates the character translation table. The first item is the \ character, after that comes the code(s) or character(s) that will be \ substituted during printing. You can switch the whole 255 ASCII codes \ if you wish, except for the ones used by Edit plus for itself. TRANSLATE "�" e,"R",3,"#",e,"R",0 160 " " \ When the pound character is found this will switch an Epson compatible \ printer to UK character set, print the '#' character which will appear \ as a pound, and switch back to US character set again. The second item \ will print character 160 (ALT-SPACE) as a normal space so that you can \ use it to stop words being split by wordwrap in Edit \ Note that this section uses the same table for substitution as the \ Styles menu so make sure the characters don't clash.
00000000 5c 20 20 20 54 68 69 73 20 69 73 20 61 6e 20 65 |\ This is an e| 00000010 78 61 6d 70 6c 65 20 63 6f 6e 66 69 67 20 66 69 |xample config fi| 00000020 6c 65 20 66 6f 72 20 61 6e 20 45 70 73 6f 6e 20 |le for an Epson | 00000030 63 6f 6d 70 61 74 69 62 6c 65 20 70 72 69 6e 74 |compatible print| 00000040 65 72 0a 0a 5c 20 20 20 41 6e 79 20 6c 69 6e 65 |er..\ Any line| 00000050 20 62 65 67 69 6e 6e 69 6e 67 20 77 69 74 68 20 | beginning with | 00000060 61 20 62 61 63 6b 73 6c 61 73 68 20 6f 72 20 61 |a backslash or a| 00000070 6e 79 20 74 65 78 74 20 6f 6e 20 61 20 6c 69 6e |ny text on a lin| 00000080 65 0a 5c 20 20 20 61 66 74 65 72 20 61 20 62 61 |e.\ after a ba| 00000090 63 6b 73 6c 61 73 68 20 77 69 6c 6c 20 62 65 20 |ckslash will be | 000000a0 69 67 6e 6f 72 65 64 20 73 6f 20 79 6f 75 20 63 |ignored so you c| 000000b0 61 6e 20 69 6e 73 65 72 74 20 63 6f 6d 6d 65 6e |an insert commen| 000000c0 74 73 0a 0a 0a 0a 49 43 4f 4e 4c 45 46 54 20 20 |ts....ICONLEFT | 000000d0 20 20 20 20 20 20 5c 20 54 68 69 73 20 77 69 6c | \ This wil| 000000e0 6c 20 6d 61 6b 65 20 74 68 65 20 69 63 6f 6e 20 |l make the icon | 000000f0 61 70 70 65 61 72 20 6f 6e 20 74 68 65 20 6c 65 |appear on the le| 00000100 66 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |ft. | 00000110 20 20 20 5c 20 49 66 20 74 68 69 73 20 63 6f 6d | \ If this com| 00000120 6d 61 6e 64 20 69 73 6e 27 74 20 69 6e 63 6c 75 |mand isn't inclu| 00000130 64 65 64 20 69 74 20 77 69 6c 6c 20 62 65 20 6f |ded it will be o| 00000140 6e 20 74 68 65 20 72 69 67 68 74 0a 0a 0a 5c 20 |n the right...\ | 00000150 4e 6f 74 65 20 74 68 61 74 20 74 68 69 73 20 63 |Note that this c| 00000160 6f 6d 6d 61 6e 64 20 61 6e 64 20 74 68 65 20 77 |ommand and the w| 00000170 6f 72 64 73 20 49 4d 4d 45 44 2c 20 53 54 59 4c |ords IMMED, STYL| 00000180 45 53 20 61 6e 64 20 54 52 41 4e 53 4c 41 54 45 |ES and TRANSLATE| 00000190 20 6d 75 73 74 0a 5c 20 62 65 20 69 6e 20 75 70 | must.\ be in up| 000001a0 70 65 72 20 63 61 73 65 2e 0a 0a 0a 0a 5c 20 54 |per case.....\ T| 000001b0 68 69 73 20 63 72 65 61 74 65 73 20 74 68 65 20 |his creates the | 000001c0 49 6d 6d 65 64 69 61 74 65 20 43 6f 64 65 20 6d |Immediate Code m| 000001d0 65 6e 75 2e 20 54 68 65 20 66 69 72 73 74 20 77 |enu. The first w| 000001e0 6f 72 64 20 6f 6e 20 74 68 65 20 6c 69 6e 65 20 |ord on the line | 000001f0 69 73 20 74 68 65 20 0a 5c 20 6e 61 6d 65 20 74 |is the .\ name t| 00000200 68 61 74 20 77 69 6c 6c 20 61 70 70 65 61 72 20 |hat will appear | 00000210 6f 6e 20 74 68 65 20 6d 65 6e 75 2e 20 41 66 74 |on the menu. Aft| 00000220 65 72 20 74 68 61 74 20 61 72 65 20 74 68 65 20 |er that are the | 00000230 63 6f 64 65 73 20 74 68 61 74 20 77 69 6c 6c 0a |codes that will.| 00000240 5c 20 62 65 20 73 65 6e 74 20 74 6f 20 74 68 65 |\ be sent to the| 00000250 20 70 72 69 6e 74 65 72 20 77 68 65 6e 20 79 6f | printer when yo| 00000260 75 20 63 6c 69 63 6b 20 6f 6e 20 74 68 61 74 20 |u click on that | 00000270 69 74 65 6d 2e 20 54 68 65 72 65 20 6d 75 73 74 |item. There must| 00000280 20 62 65 20 6d 6f 72 65 0a 5c 20 74 68 61 6e 20 | be more.\ than | 00000290 31 32 20 63 68 61 72 61 63 74 65 72 73 20 62 65 |12 characters be| 000002a0 74 77 65 65 6e 20 74 68 65 20 73 74 61 72 74 20 |tween the start | 000002b0 6f 66 20 74 68 65 20 6c 69 6e 65 20 61 6e 64 20 |of the line and | 000002c0 74 68 65 20 63 6f 64 65 73 2e 0a 0a 5c 20 50 72 |the codes...\ Pr| 000002d0 69 6e 74 65 72 20 63 6f 64 65 73 20 63 61 6e 20 |inter codes can | 000002e0 62 65 20 65 6e 74 65 72 65 64 20 61 73 20 64 65 |be entered as de| 000002f0 63 69 6d 61 6c 20 6f 72 20 68 65 78 20 6e 75 6d |cimal or hex num| 00000300 62 65 72 73 20 6f 72 20 61 73 20 61 73 63 69 69 |bers or as ascii| 00000310 20 0a 5c 20 63 68 61 72 61 63 74 65 72 73 20 65 | .\ characters e| 00000320 6e 63 6c 6f 73 65 64 20 69 6e 20 64 6f 75 62 6c |nclosed in doubl| 00000330 65 20 6f 72 20 73 69 6e 67 6c 65 20 71 75 6f 74 |e or single quot| 00000340 65 73 2e 20 54 68 65 20 6c 6f 77 65 72 20 63 61 |es. The lower ca| 00000350 73 65 20 6c 65 74 74 65 72 20 65 0a 5c 20 77 68 |se letter e.\ wh| 00000360 65 6e 20 4e 4f 54 20 69 6e 20 71 75 6f 74 65 73 |en NOT in quotes| 00000370 20 69 73 20 69 6e 74 65 72 70 72 65 74 74 65 64 | is interpretted| 00000380 20 61 73 20 74 68 65 20 45 73 63 61 70 65 20 63 | as the Escape c| 00000390 68 61 72 61 63 74 65 72 20 28 61 73 63 69 69 20 |haracter (ascii | 000003a0 32 37 29 2e 0a 5c 20 4e 75 6d 62 65 72 73 20 62 |27)..\ Numbers b| 000003b0 65 67 69 6e 6e 69 6e 67 20 77 69 74 68 20 30 20 |eginning with 0 | 000003c0 6f 72 20 26 20 6f 72 20 74 68 65 20 55 50 50 45 |or & or the UPPE| 000003d0 52 20 43 41 53 45 20 6c 65 74 74 65 72 73 20 41 |R CASE letters A| 000003e0 20 74 6f 20 46 20 61 72 65 20 74 61 6b 65 6e 0a | to F are taken.| 000003f0 5c 20 61 73 20 68 65 78 2e 20 43 6f 64 65 73 20 |\ as hex. Codes | 00000400 73 68 6f 75 6c 64 20 62 65 20 73 65 70 61 72 61 |should be separa| 00000410 74 65 64 20 62 79 20 63 6f 6d 6d 61 73 20 6f 72 |ted by commas or| 00000420 20 73 70 61 63 65 73 2e 0a 0a 49 4d 4d 45 44 0a | spaces...IMMED.| 00000430 0a 52 65 73 65 74 20 20 20 20 20 20 20 20 20 20 |.Reset | 00000440 20 65 2c 22 40 22 0a 46 6f 72 6d 20 66 65 65 64 | e,"@".Form feed| 00000450 20 20 20 20 20 20 20 31 32 0a 45 6c 69 74 65 20 | 12.Elite | 00000460 20 20 20 20 20 20 20 20 20 20 65 2c 30 34 44 0a | e,04D.| 00000470 43 6f 6e 64 65 6e 73 65 64 20 20 20 20 20 20 20 |Condensed | 00000480 31 35 0a 4e 4c 51 20 6f 6e 20 20 20 20 20 20 20 |15.NLQ on | 00000490 20 20 20 65 2c 22 78 22 2c 31 20 20 20 20 20 20 | e,"x",1 | 000004a0 20 20 20 5c 20 4e 6f 74 65 20 74 68 61 74 20 74 | \ Note that t| 000004b0 68 65 73 65 20 63 6f 64 65 73 20 61 72 65 20 6e |hese codes are n| 000004c0 6f 74 20 73 74 61 6e 64 61 72 64 0a 4e 4c 51 20 |ot standard.NLQ | 000004d0 6f 66 66 20 20 20 20 20 20 20 20 20 32 37 2c 22 |off 27,"| 000004e0 78 22 2c 30 20 20 20 20 20 20 20 20 5c a0 61 6e |x",0 \.an| 000004f0 64 20 6d 61 79 20 76 61 72 79 20 66 72 6f 6d 20 |d may vary from | 00000500 70 72 69 6e 74 65 72 20 74 6f 20 70 72 69 6e 74 |printer to print| 00000510 65 72 2e 0a 0a 0a 5c 20 54 68 69 73 20 63 72 65 |er....\ This cre| 00000520 61 74 65 73 20 74 68 65 20 27 53 74 79 6c 65 73 |ates the 'Styles| 00000530 27 20 6d 65 6e 75 20 77 69 6e 64 6f 77 2e 20 41 |' menu window. A| 00000540 67 61 69 6e 20 74 68 65 20 66 69 72 73 74 20 69 |gain the first i| 00000550 74 65 6d 20 69 73 20 74 68 65 20 6e 61 6d 65 0a |tem is the name.| 00000560 5c 20 74 68 61 74 20 77 69 6c 6c 20 61 70 70 65 |\ that will appe| 00000570 61 72 20 6f 6e 20 74 68 65 20 6d 65 6e 75 2e 20 |ar on the menu. | 00000580 54 68 65 20 73 65 63 6f 6e 64 20 69 74 65 6d 20 |The second item | 00000590 69 73 20 74 68 65 20 61 73 63 69 69 20 63 68 61 |is the ascii cha| 000005a0 72 61 63 74 65 72 0a 5c 20 74 68 61 74 20 77 69 |racter.\ that wi| 000005b0 6c 6c 20 62 65 20 69 6e 73 65 72 74 65 64 20 69 |ll be inserted i| 000005c0 6e 74 6f 20 74 68 65 20 74 65 78 74 20 77 68 65 |nto the text whe| 000005d0 6e 20 74 68 65 20 69 74 65 6d 20 69 73 20 73 65 |n the item is se| 000005e0 6c 65 63 74 65 64 2e 20 20 54 68 69 73 20 0a 5c |lected. This .\| 000005f0 20 63 61 6e 20 62 65 20 74 68 65 20 61 73 63 69 | can be the asci| 00000600 69 20 6e 75 6d 62 65 72 20 6f 72 20 74 68 65 20 |i number or the | 00000610 61 63 74 75 61 6c 20 63 68 61 72 61 63 74 65 72 |actual character| 00000620 20 65 6e 63 6c 6f 73 65 64 20 69 6e 20 71 75 6f | enclosed in quo| 00000630 74 65 73 2e 0a 5c 20 41 66 74 65 72 20 74 68 61 |tes..\ After tha| 00000640 74 20 63 6f 6d 65 73 20 74 68 65 20 73 74 72 69 |t comes the stri| 00000650 6e 67 20 6f 66 20 63 6f 64 65 73 20 74 68 61 74 |ng of codes that| 00000660 20 77 69 6c 6c 20 62 65 20 73 65 6e 74 20 74 6f | will be sent to| 00000670 20 74 68 65 20 70 72 69 6e 74 65 72 0a 5c 20 77 | the printer.\ w| 00000680 68 65 6e 20 74 68 65 20 63 68 61 72 61 63 74 65 |hen the characte| 00000690 72 20 69 73 20 66 6f 75 6e 64 20 64 75 72 69 6e |r is found durin| 000006a0 67 20 70 72 69 6e 74 69 6e 67 2e 0a 5c 20 49 66 |g printing..\ If| 000006b0 20 74 68 65 20 66 69 72 73 74 20 63 68 61 72 61 | the first chara| 000006c0 63 74 65 72 20 6f 6e 20 61 20 6c 69 6e 65 20 69 |cter on a line i| 000006d0 73 20 27 3e 27 20 74 68 65 6e 20 69 6e 73 74 65 |s '>' then inste| 000006e0 61 64 20 6f 66 20 74 68 65 20 69 74 65 6d 20 6f |ad of the item o| 000006f0 6e 20 0a 5c 20 74 68 61 74 20 6c 69 6e 65 20 61 |n .\ that line a| 00000700 70 70 65 61 72 69 6e 67 20 62 65 6c 6f 77 20 74 |ppearing below t| 00000710 68 65 20 70 72 65 76 69 6f 75 73 20 69 74 65 6d |he previous item| 00000720 20 69 74 20 77 69 6c 6c 20 62 65 20 6f 6e 20 74 | it will be on t| 00000730 68 65 20 73 61 6d 65 20 6c 69 6e 65 0a 5c 20 62 |he same line.\ b| 00000740 75 74 20 74 6f 20 74 68 65 20 52 49 47 48 54 20 |ut to the RIGHT | 00000750 6f 66 20 74 68 65 20 70 72 65 76 69 6f 75 73 20 |of the previous | 00000760 69 74 65 6d 2e 20 54 68 69 73 20 65 6e 61 62 6c |item. This enabl| 00000770 65 73 20 27 73 74 61 72 74 27 20 61 6e 64 20 27 |es 'start' and '| 00000780 73 74 6f 70 27 0a 5c 20 63 6f 64 65 73 20 74 6f |stop'.\ codes to| 00000790 20 61 70 70 65 61 72 20 73 69 64 65 20 62 79 20 | appear side by | 000007a0 73 69 64 65 20 69 66 20 79 6f 75 20 70 72 65 66 |side if you pref| 000007b0 65 72 20 74 68 65 6d 20 74 68 61 74 20 77 61 79 |er them that way| 000007c0 2e 0a 0a 53 54 59 4c 45 53 0a 0a 20 20 53 74 61 |...STYLES.. Sta| 000007d0 72 74 20 42 6f 6c 64 20 20 20 20 20 20 20 20 22 |rt Bold "| 000007e0 c9 22 20 20 20 20 20 32 37 2c 22 45 22 0a 3e 20 |." 27,"E".> | 000007f0 45 6e 64 20 42 6f 6c 64 20 20 20 20 20 20 20 20 |End Bold | 00000800 20 20 22 c8 22 20 20 20 20 20 32 37 2c 22 46 22 | "." 27,"F"| 00000810 0a 0a 20 20 53 74 61 72 74 20 55 2f 6c 69 6e 65 |.. Start U/line| 00000820 20 20 20 20 20 20 22 da 22 20 20 20 20 20 32 37 | "." 27| 00000830 2c 22 5f 22 2c 31 0a 3e 20 45 6e 64 20 55 2f 6c |,"_",1.> End U/l| 00000840 69 6e 65 20 20 20 20 20 20 20 20 22 d9 22 20 20 |ine "." | 00000850 20 20 20 32 37 2c 22 5f 22 2c 30 0a 0a 20 20 53 | 27,"_",0.. S| 00000860 74 61 72 74 20 69 74 61 6c 69 63 20 20 20 20 20 |tart italic | 00000870 20 22 cd 22 20 20 20 20 20 32 37 2c 22 34 22 0a | "." 27,"4".| 00000880 3e 20 45 6e 64 20 69 74 61 6c 69 63 20 20 20 20 |> End italic | 00000890 20 20 20 20 22 cc 22 20 20 20 20 20 32 37 2c 22 | "." 27,"| 000008a0 35 22 0a 0a 20 20 53 75 70 65 72 73 63 72 69 70 |5".. Superscrip| 000008b0 74 20 20 20 20 20 20 20 22 f3 22 20 20 20 20 20 |t "." | 000008c0 32 37 2c 22 53 22 2c 30 0a 3e 20 53 75 62 73 63 |27,"S",0.> Subsc| 000008d0 72 69 70 74 20 20 20 20 20 20 20 20 20 22 f2 22 |ript "."| 000008e0 20 20 20 20 20 32 37 2c 22 53 22 2c 31 0a 20 20 | 27,"S",1. | 000008f0 53 75 62 2f 53 75 70 20 6f 66 66 20 20 20 20 20 |Sub/Sup off | 00000900 20 20 22 f4 22 20 20 20 20 20 32 37 2c 22 54 22 | "." 27,"T"| 00000910 0a 0a 20 20 50 69 63 61 20 20 20 20 20 20 20 20 |.. Pica | 00000920 20 20 20 20 20 20 22 de 22 20 20 20 20 20 65 2c | "." e,| 00000930 22 50 22 0a 0a 20 20 45 6c 69 74 65 20 20 20 20 |"P".. Elite | 00000940 20 20 20 20 20 20 20 20 20 22 ca 22 20 20 20 20 | "." | 00000950 20 65 2c 22 4d 22 0a 0a 0a 5c 20 54 68 69 73 20 | e,"M"...\ This | 00000960 63 72 65 61 74 65 73 20 74 68 65 20 63 68 61 72 |creates the char| 00000970 61 63 74 65 72 20 74 72 61 6e 73 6c 61 74 69 6f |acter translatio| 00000980 6e 20 74 61 62 6c 65 2e 20 54 68 65 20 66 69 72 |n table. The fir| 00000990 73 74 20 69 74 65 6d 20 69 73 20 74 68 65 20 0a |st item is the .| 000009a0 5c 20 63 68 61 72 61 63 74 65 72 2c 20 61 66 74 |\ character, aft| 000009b0 65 72 20 74 68 61 74 20 63 6f 6d 65 73 20 74 68 |er that comes th| 000009c0 65 20 63 6f 64 65 28 73 29 20 6f 72 20 63 68 61 |e code(s) or cha| 000009d0 72 61 63 74 65 72 28 73 29 20 74 68 61 74 20 77 |racter(s) that w| 000009e0 69 6c 6c 20 62 65 0a 5c 20 73 75 62 73 74 69 74 |ill be.\ substit| 000009f0 75 74 65 64 20 64 75 72 69 6e 67 20 70 72 69 6e |uted during prin| 00000a00 74 69 6e 67 2e 20 59 6f 75 20 63 61 6e 20 73 77 |ting. You can sw| 00000a10 69 74 63 68 20 74 68 65 20 77 68 6f 6c 65 20 32 |itch the whole 2| 00000a20 35 35 20 41 53 43 49 49 20 63 6f 64 65 73 0a 5c |55 ASCII codes.\| 00000a30 20 69 66 20 79 6f 75 20 77 69 73 68 2c 20 65 78 | if you wish, ex| 00000a40 63 65 70 74 20 66 6f 72 20 74 68 65 20 6f 6e 65 |cept for the one| 00000a50 73 20 75 73 65 64 20 62 79 20 45 64 69 74 20 70 |s used by Edit p| 00000a60 6c 75 73 20 66 6f 72 20 69 74 73 65 6c 66 2e 0a |lus for itself..| 00000a70 0a 54 52 41 4e 53 4c 41 54 45 0a 0a 22 a3 22 20 |.TRANSLATE.."." | 00000a80 20 20 20 65 2c 22 52 22 2c 33 2c 22 23 22 2c 65 | e,"R",3,"#",e| 00000a90 2c 22 52 22 2c 30 0a 31 36 30 20 20 20 20 22 20 |,"R",0.160 " | 00000aa0 22 0a 0a 5c 20 57 68 65 6e 20 74 68 65 20 70 6f |"..\ When the po| 00000ab0 75 6e 64 20 63 68 61 72 61 63 74 65 72 20 69 73 |und character is| 00000ac0 20 66 6f 75 6e 64 20 74 68 69 73 20 77 69 6c 6c | found this will| 00000ad0 20 73 77 69 74 63 68 20 61 6e 20 45 70 73 6f 6e | switch an Epson| 00000ae0 20 63 6f 6d 70 61 74 69 62 6c 65 0a 5c 20 70 72 | compatible.\ pr| 00000af0 69 6e 74 65 72 20 74 6f 20 55 4b 20 63 68 61 72 |inter to UK char| 00000b00 61 63 74 65 72 20 73 65 74 2c 20 70 72 69 6e 74 |acter set, print| 00000b10 20 74 68 65 20 27 23 27 20 63 68 61 72 61 63 74 | the '#' charact| 00000b20 65 72 20 77 68 69 63 68 20 77 69 6c 6c 20 61 70 |er which will ap| 00000b30 70 65 61 72 20 0a 5c 20 61 73 20 61 20 70 6f 75 |pear .\ as a pou| 00000b40 6e 64 2c 20 61 6e 64 20 73 77 69 74 63 68 20 62 |nd, and switch b| 00000b50 61 63 6b 20 74 6f 20 55 53 20 63 68 61 72 61 63 |ack to US charac| 00000b60 74 65 72 20 73 65 74 20 61 67 61 69 6e 2e 20 54 |ter set again. T| 00000b70 68 65 20 73 65 63 6f 6e 64 20 69 74 65 6d 0a 5c |he second item.\| 00000b80 20 77 69 6c 6c 20 70 72 69 6e 74 20 63 68 61 72 | will print char| 00000b90 61 63 74 65 72 20 31 36 30 20 28 41 4c 54 2d 53 |acter 160 (ALT-S| 00000ba0 50 41 43 45 29 20 61 73 20 61 20 6e 6f 72 6d 61 |PACE) as a norma| 00000bb0 6c 20 73 70 61 63 65 20 73 6f 20 74 68 61 74 20 |l space so that | 00000bc0 79 6f 75 20 63 61 6e 0a 5c 20 75 73 65 20 69 74 |you can.\ use it| 00000bd0 20 74 6f 20 73 74 6f 70 20 77 6f 72 64 73 20 62 | to stop words b| 00000be0 65 69 6e 67 20 73 70 6c 69 74 20 62 79 20 77 6f |eing split by wo| 00000bf0 72 64 77 72 61 70 20 69 6e 20 45 64 69 74 0a 0a |rdwrap in Edit..| 00000c00 5c 20 4e 6f 74 65 20 74 68 61 74 20 74 68 69 73 |\ Note that this| 00000c10 20 73 65 63 74 69 6f 6e 20 75 73 65 73 20 74 68 | section uses th| 00000c20 65 20 73 61 6d 65 20 74 61 62 6c 65 20 66 6f 72 |e same table for| 00000c30 20 73 75 62 73 74 69 74 75 74 69 6f 6e 20 61 73 | substitution as| 00000c40 20 74 68 65 0a 5c 20 53 74 79 6c 65 73 20 6d 65 | the.\ Styles me| 00000c50 6e 75 20 73 6f 20 6d 61 6b 65 20 73 75 72 65 20 |nu so make sure | 00000c60 74 68 65 20 63 68 61 72 61 63 74 65 72 73 20 64 |the characters d| 00000c70 6f 6e 27 74 20 63 6c 61 73 68 2e 0a 0a |on't clash...| 00000c7d