Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199403.adf » Disk1Mar94 » !AWMar94/Goodies/Edit+Up/!Edit+/Printers/Deskjet

!AWMar94/Goodies/Edit+Up/!Edit+/Printers/Deskjet

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/Deskjet
Read OK:
File size: 0CAC bytes
Load address: 0000
Exec address: 0000
File contents
\   This is an example config file for a Hewlett Packard Deskjet 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           27,69
Form feed       12
Draft print     27,40,115,49,81
NLQ print       27,40,115,50,81


\ 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,40,115,51,66
> End Bold          "�"     27,40,115,48,66

  Start U/line      "�"     27,38,100,49,68
> End U/line        "�"     27,38,100,64

  Start italic      "�"     27,40,115,49,83
> End italic        "�"     27,40,115,48,83

  Superscript       "�"     27,40,115,43,49,85
> Subscript         "�"     27,40,115,45,49,85
  Sub/Sup off       "�"     27,40,115,48,85


\ 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

\**************************************************
\** don't know how to print a '�' with the deskjet  "�"    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  20 48 65 77 6c 65 74 74  |le for a Hewlett|
00000030  20 50 61 63 6b 61 72 64  20 44 65 73 6b 6a 65 74  | Packard Deskjet|
00000040  20 70 72 69 6e 74 65 72  0a 0a 5c 20 20 20 41 6e  | printer..\   An|
00000050  79 20 6c 69 6e 65 20 62  65 67 69 6e 6e 69 6e 67  |y line beginning|
00000060  20 77 69 74 68 20 61 20  62 61 63 6b 73 6c 61 73  | with a backslas|
00000070  68 20 6f 72 20 61 6e 79  20 74 65 78 74 20 6f 6e  |h or any text on|
00000080  20 61 20 6c 69 6e 65 0a  5c 20 20 20 61 66 74 65  | a line.\   afte|
00000090  72 20 61 20 62 61 63 6b  73 6c 61 73 68 20 77 69  |r a backslash wi|
000000a0  6c 6c 20 62 65 20 69 67  6e 6f 72 65 64 20 73 6f  |ll be ignored so|
000000b0  20 79 6f 75 20 63 61 6e  20 69 6e 73 65 72 74 20  | you can insert |
000000c0  63 6f 6d 6d 65 6e 74 73  0a 0a 0a 0a 49 43 4f 4e  |comments....ICON|
000000d0  4c 45 46 54 20 20 20 20  20 20 20 20 5c 20 54 68  |LEFT        \ Th|
000000e0  69 73 20 77 69 6c 6c 20  6d 61 6b 65 20 74 68 65  |is will make the|
000000f0  20 69 63 6f 6e 20 61 70  70 65 61 72 20 6f 6e 20  | icon appear on |
00000100  74 68 65 20 6c 65 66 74  0a 20 20 20 20 20 20 20  |the left.       |
00000110  20 20 20 20 20 20 20 20  20 5c 20 49 66 20 74 68  |         \ If th|
00000120  69 73 20 63 6f 6d 6d 61  6e 64 20 69 73 6e 27 74  |is command isn't|
00000130  20 69 6e 63 6c 75 64 65  64 20 69 74 20 77 69 6c  | included it wil|
00000140  6c 20 62 65 20 6f 6e 20  74 68 65 20 72 69 67 68  |l be on the righ|
00000150  74 0a 0a 0a 5c 20 4e 6f  74 65 20 74 68 61 74 20  |t...\ Note that |
00000160  74 68 69 73 20 63 6f 6d  6d 61 6e 64 20 61 6e 64  |this command and|
00000170  20 74 68 65 20 77 6f 72  64 73 20 49 4d 4d 45 44  | the words IMMED|
00000180  2c 20 53 54 59 4c 45 53  20 61 6e 64 20 54 52 41  |, STYLES and TRA|
00000190  4e 53 4c 41 54 45 20 6d  75 73 74 0a 5c 20 62 65  |NSLATE must.\ be|
000001a0  20 69 6e 20 75 70 70 65  72 20 63 61 73 65 2e 0a  | in upper case..|
000001b0  0a 0a 0a 5c 20 54 68 69  73 20 63 72 65 61 74 65  |...\ This create|
000001c0  73 20 74 68 65 20 49 6d  6d 65 64 69 61 74 65 20  |s the Immediate |
000001d0  43 6f 64 65 20 6d 65 6e  75 2e 20 54 68 65 20 66  |Code menu. The f|
000001e0  69 72 73 74 20 77 6f 72  64 20 6f 6e 20 74 68 65  |irst word on the|
000001f0  20 6c 69 6e 65 20 69 73  20 74 68 65 20 0a 5c 20  | line is the .\ |
00000200  6e 61 6d 65 20 74 68 61  74 20 77 69 6c 6c 20 61  |name that will a|
00000210  70 70 65 61 72 20 6f 6e  20 74 68 65 20 6d 65 6e  |ppear on the men|
00000220  75 2e 20 41 66 74 65 72  20 74 68 61 74 20 61 72  |u. After that ar|
00000230  65 20 74 68 65 20 63 6f  64 65 73 20 74 68 61 74  |e the codes that|
00000240  20 77 69 6c 6c 0a 5c 20  62 65 20 73 65 6e 74 20  | will.\ be sent |
00000250  74 6f 20 74 68 65 20 70  72 69 6e 74 65 72 20 77  |to the printer w|
00000260  68 65 6e 20 79 6f 75 20  63 6c 69 63 6b 20 6f 6e  |hen you click on|
00000270  20 74 68 61 74 20 69 74  65 6d 2e 20 54 68 65 72  | that item. Ther|
00000280  65 20 6d 75 73 74 20 62  65 20 6d 6f 72 65 0a 5c  |e must be more.\|
00000290  20 74 68 61 6e 20 31 32  20 63 68 61 72 61 63 74  | than 12 charact|
000002a0  65 72 73 20 62 65 74 77  65 65 6e 20 74 68 65 20  |ers between the |
000002b0  73 74 61 72 74 20 6f 66  20 74 68 65 20 6c 69 6e  |start of the lin|
000002c0  65 20 61 6e 64 20 74 68  65 20 63 6f 64 65 73 2e  |e and the codes.|
000002d0  0a 0a 5c 20 50 72 69 6e  74 65 72 20 63 6f 64 65  |..\ Printer code|
000002e0  73 20 63 61 6e 20 62 65  20 65 6e 74 65 72 65 64  |s can be entered|
000002f0  20 61 73 20 64 65 63 69  6d 61 6c 20 6f 72 20 68  | as decimal or h|
00000300  65 78 20 6e 75 6d 62 65  72 73 20 6f 72 20 61 73  |ex numbers or as|
00000310  20 61 73 63 69 69 20 0a  5c 20 63 68 61 72 61 63  | ascii .\ charac|
00000320  74 65 72 73 20 65 6e 63  6c 6f 73 65 64 20 69 6e  |ters enclosed in|
00000330  20 64 6f 75 62 6c 65 20  6f 72 20 73 69 6e 67 6c  | double or singl|
00000340  65 20 71 75 6f 74 65 73  2e 20 54 68 65 20 6c 6f  |e quotes. The lo|
00000350  77 65 72 20 63 61 73 65  20 6c 65 74 74 65 72 20  |wer case letter |
00000360  65 0a 5c 20 77 68 65 6e  20 4e 4f 54 20 69 6e 20  |e.\ when NOT in |
00000370  71 75 6f 74 65 73 20 69  73 20 69 6e 74 65 72 70  |quotes is interp|
00000380  72 65 74 74 65 64 20 61  73 20 74 68 65 20 45 73  |retted as the Es|
00000390  63 61 70 65 20 63 68 61  72 61 63 74 65 72 20 28  |cape character (|
000003a0  61 73 63 69 69 20 32 37  29 2e 0a 5c 20 4e 75 6d  |ascii 27)..\ Num|
000003b0  62 65 72 73 20 62 65 67  69 6e 6e 69 6e 67 20 77  |bers beginning w|
000003c0  69 74 68 20 30 20 6f 72  20 26 20 6f 72 20 74 68  |ith 0 or & or th|
000003d0  65 20 55 50 50 45 52 20  43 41 53 45 20 6c 65 74  |e UPPER CASE let|
000003e0  74 65 72 73 20 41 20 74  6f 20 46 20 61 72 65 20  |ters A to F are |
000003f0  74 61 6b 65 6e 0a 5c 20  61 73 20 68 65 78 2e 20  |taken.\ as hex. |
00000400  43 6f 64 65 73 20 73 68  6f 75 6c 64 20 62 65 20  |Codes should be |
00000410  73 65 70 61 72 61 74 65  64 20 62 79 20 63 6f 6d  |separated by com|
00000420  6d 61 73 20 6f 72 20 73  70 61 63 65 73 2e 0a 0a  |mas or spaces...|
00000430  49 4d 4d 45 44 0a 0a 52  65 73 65 74 20 20 20 20  |IMMED..Reset    |
00000440  20 20 20 20 20 20 20 32  37 2c 36 39 0a 46 6f 72  |       27,69.For|
00000450  6d 20 66 65 65 64 20 20  20 20 20 20 20 31 32 0a  |m feed       12.|
00000460  44 72 61 66 74 20 70 72  69 6e 74 20 20 20 20 20  |Draft print     |
00000470  32 37 2c 34 30 2c 31 31  35 2c 34 39 2c 38 31 0a  |27,40,115,49,81.|
00000480  4e 4c 51 20 70 72 69 6e  74 20 20 20 20 20 20 20  |NLQ print       |
00000490  32 37 2c 34 30 2c 31 31  35 2c 35 30 2c 38 31 0a  |27,40,115,50,81.|
000004a0  0a 0a 5c 20 54 68 69 73  20 63 72 65 61 74 65 73  |..\ This creates|
000004b0  20 74 68 65 20 27 53 74  79 6c 65 73 27 20 6d 65  | the 'Styles' me|
000004c0  6e 75 20 77 69 6e 64 6f  77 2e 20 41 67 61 69 6e  |nu window. Again|
000004d0  20 74 68 65 20 66 69 72  73 74 20 69 74 65 6d 20  | the first item |
000004e0  69 73 20 74 68 65 20 6e  61 6d 65 0a 5c 20 74 68  |is the name.\ th|
000004f0  61 74 20 77 69 6c 6c 20  61 70 70 65 61 72 20 6f  |at will appear o|
00000500  6e 20 74 68 65 20 6d 65  6e 75 2e 20 54 68 65 20  |n the menu. The |
00000510  73 65 63 6f 6e 64 20 69  74 65 6d 20 69 73 20 74  |second item is t|
00000520  68 65 20 61 73 63 69 69  20 63 68 61 72 61 63 74  |he ascii charact|
00000530  65 72 0a 5c 20 74 68 61  74 20 77 69 6c 6c 20 62  |er.\ that will b|
00000540  65 20 69 6e 73 65 72 74  65 64 20 69 6e 74 6f 20  |e inserted into |
00000550  74 68 65 20 74 65 78 74  20 77 68 65 6e 20 74 68  |the text when th|
00000560  65 20 69 74 65 6d 20 69  73 20 73 65 6c 65 63 74  |e item is select|
00000570  65 64 2e 20 20 54 68 69  73 20 0a 5c 20 63 61 6e  |ed.  This .\ can|
00000580  20 62 65 20 74 68 65 20  61 73 63 69 69 20 6e 75  | be the ascii nu|
00000590  6d 62 65 72 20 6f 72 20  74 68 65 20 61 63 74 75  |mber or the actu|
000005a0  61 6c 20 63 68 61 72 61  63 74 65 72 20 65 6e 63  |al character enc|
000005b0  6c 6f 73 65 64 20 69 6e  20 71 75 6f 74 65 73 2e  |losed in quotes.|
000005c0  0a 5c 20 41 66 74 65 72  20 74 68 61 74 20 63 6f  |.\ After that co|
000005d0  6d 65 73 20 74 68 65 20  73 74 72 69 6e 67 20 6f  |mes the string o|
000005e0  66 20 63 6f 64 65 73 20  74 68 61 74 20 77 69 6c  |f codes that wil|
000005f0  6c 20 62 65 20 73 65 6e  74 20 74 6f 20 74 68 65  |l be sent to the|
00000600  20 70 72 69 6e 74 65 72  0a 5c 20 77 68 65 6e 20  | printer.\ when |
00000610  74 68 65 20 63 68 61 72  61 63 74 65 72 20 69 73  |the character is|
00000620  20 66 6f 75 6e 64 20 64  75 72 69 6e 67 20 70 72  | found during pr|
00000630  69 6e 74 69 6e 67 2e 0a  5c 20 49 66 20 74 68 65  |inting..\ If the|
00000640  20 66 69 72 73 74 20 63  68 61 72 61 63 74 65 72  | first character|
00000650  20 6f 6e 20 61 20 6c 69  6e 65 20 69 73 20 27 3e  | on a line is '>|
00000660  27 20 74 68 65 6e 20 69  6e 73 74 65 61 64 20 6f  |' then instead o|
00000670  66 20 74 68 65 20 69 74  65 6d 20 6f 6e 20 0a 5c  |f the item on .\|
00000680  20 74 68 61 74 20 6c 69  6e 65 20 61 70 70 65 61  | that line appea|
00000690  72 69 6e 67 20 62 65 6c  6f 77 20 74 68 65 20 70  |ring below the p|
000006a0  72 65 76 69 6f 75 73 20  69 74 65 6d 20 69 74 20  |revious item it |
000006b0  77 69 6c 6c 20 62 65 20  6f 6e 20 74 68 65 20 73  |will be on the s|
000006c0  61 6d 65 20 6c 69 6e 65  0a 5c 20 62 75 74 20 74  |ame line.\ but t|
000006d0  6f 20 74 68 65 20 52 49  47 48 54 20 6f 66 20 74  |o the RIGHT of t|
000006e0  68 65 20 70 72 65 76 69  6f 75 73 20 69 74 65 6d  |he previous item|
000006f0  2e 20 54 68 69 73 20 65  6e 61 62 6c 65 73 20 27  |. This enables '|
00000700  73 74 61 72 74 27 20 61  6e 64 20 27 73 74 6f 70  |start' and 'stop|
00000710  27 0a 5c 20 63 6f 64 65  73 20 74 6f 20 61 70 70  |'.\ codes to app|
00000720  65 61 72 20 73 69 64 65  20 62 79 20 73 69 64 65  |ear side by side|
00000730  20 69 66 20 79 6f 75 20  70 72 65 66 65 72 20 74  | if you prefer t|
00000740  68 65 6d 20 74 68 61 74  20 77 61 79 2e 0a 0a 53  |hem that way...S|
00000750  54 59 4c 45 53 0a 0a 20  20 53 74 61 72 74 20 42  |TYLES..  Start B|
00000760  6f 6c 64 20 20 20 20 20  20 20 20 22 c9 22 20 20  |old        "."  |
00000770  20 20 20 32 37 2c 34 30  2c 31 31 35 2c 35 31 2c  |   27,40,115,51,|
00000780  36 36 0a 3e 20 45 6e 64  20 42 6f 6c 64 20 20 20  |66.> End Bold   |
00000790  20 20 20 20 20 20 20 22  c8 22 20 20 20 20 20 32  |       "."     2|
000007a0  37 2c 34 30 2c 31 31 35  2c 34 38 2c 36 36 0a 0a  |7,40,115,48,66..|
000007b0  20 20 53 74 61 72 74 20  55 2f 6c 69 6e 65 20 20  |  Start U/line  |
000007c0  20 20 20 20 22 da 22 20  20 20 20 20 32 37 2c 33  |    "."     27,3|
000007d0  38 2c 31 30 30 2c 34 39  2c 36 38 0a 3e 20 45 6e  |8,100,49,68.> En|
000007e0  64 20 55 2f 6c 69 6e 65  20 20 20 20 20 20 20 20  |d U/line        |
000007f0  22 d9 22 20 20 20 20 20  32 37 2c 33 38 2c 31 30  |"."     27,38,10|
00000800  30 2c 36 34 0a 0a 20 20  53 74 61 72 74 20 69 74  |0,64..  Start it|
00000810  61 6c 69 63 20 20 20 20  20 20 22 cd 22 20 20 20  |alic      "."   |
00000820  20 20 32 37 2c 34 30 2c  31 31 35 2c 34 39 2c 38  |  27,40,115,49,8|
00000830  33 0a 3e 20 45 6e 64 20  69 74 61 6c 69 63 20 20  |3.> End italic  |
00000840  20 20 20 20 20 20 22 cc  22 20 20 20 20 20 32 37  |      "."     27|
00000850  2c 34 30 2c 31 31 35 2c  34 38 2c 38 33 0a 0a 20  |,40,115,48,83.. |
00000860  20 53 75 70 65 72 73 63  72 69 70 74 20 20 20 20  | Superscript    |
00000870  20 20 20 22 f3 22 20 20  20 20 20 32 37 2c 34 30  |   "."     27,40|
00000880  2c 31 31 35 2c 34 33 2c  34 39 2c 38 35 0a 3e 20  |,115,43,49,85.> |
00000890  53 75 62 73 63 72 69 70  74 20 20 20 20 20 20 20  |Subscript       |
000008a0  20 20 22 f2 22 20 20 20  20 20 32 37 2c 34 30 2c  |  "."     27,40,|
000008b0  31 31 35 2c 34 35 2c 34  39 2c 38 35 0a 20 20 53  |115,45,49,85.  S|
000008c0  75 62 2f 53 75 70 20 6f  66 66 20 20 20 20 20 20  |ub/Sup off      |
000008d0  20 22 f4 22 20 20 20 20  20 32 37 2c 34 30 2c 31  | "."     27,40,1|
000008e0  31 35 2c 34 38 2c 38 35  0a 0a 0a 5c 20 54 68 69  |15,48,85...\ Thi|
000008f0  73 20 63 72 65 61 74 65  73 20 74 68 65 20 63 68  |s creates the ch|
00000900  61 72 61 63 74 65 72 20  74 72 61 6e 73 6c 61 74  |aracter translat|
00000910  69 6f 6e 20 74 61 62 6c  65 2e 20 54 68 65 20 66  |ion table. The f|
00000920  69 72 73 74 20 69 74 65  6d 20 69 73 20 74 68 65  |irst item is the|
00000930  20 0a 5c 20 63 68 61 72  61 63 74 65 72 2c 20 61  | .\ character, a|
00000940  66 74 65 72 20 74 68 61  74 20 63 6f 6d 65 73 20  |fter that comes |
00000950  74 68 65 20 63 6f 64 65  28 73 29 20 6f 72 20 63  |the code(s) or c|
00000960  68 61 72 61 63 74 65 72  28 73 29 20 74 68 61 74  |haracter(s) that|
00000970  20 77 69 6c 6c 20 62 65  0a 5c 20 73 75 62 73 74  | will be.\ subst|
00000980  69 74 75 74 65 64 20 64  75 72 69 6e 67 20 70 72  |ituted during pr|
00000990  69 6e 74 69 6e 67 2e 20  59 6f 75 20 63 61 6e 20  |inting. You can |
000009a0  73 77 69 74 63 68 20 74  68 65 20 77 68 6f 6c 65  |switch the whole|
000009b0  20 32 35 35 20 41 53 43  49 49 20 63 6f 64 65 73  | 255 ASCII codes|
000009c0  0a 5c 20 69 66 20 79 6f  75 20 77 69 73 68 2c 20  |.\ if you wish, |
000009d0  65 78 63 65 70 74 20 66  6f 72 20 74 68 65 20 6f  |except for the o|
000009e0  6e 65 73 20 75 73 65 64  20 62 79 20 45 64 69 74  |nes used by Edit|
000009f0  20 70 6c 75 73 20 66 6f  72 20 69 74 73 65 6c 66  | plus for itself|
00000a00  2e 0a 0a 54 52 41 4e 53  4c 41 54 45 0a 0a 5c 2a  |...TRANSLATE..\*|
00000a10  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000a40  2a 0a 5c 2a 2a 20 64 6f  6e 27 74 20 6b 6e 6f 77  |*.\** don't know|
00000a50  20 68 6f 77 20 74 6f 20  70 72 69 6e 74 20 61 20  | how to print a |
00000a60  27 a3 27 20 77 69 74 68  20 74 68 65 20 64 65 73  |'.' with the des|
00000a70  6b 6a 65 74 20 20 22 a3  22 20 20 20 20 65 2c 22  |kjet  "."    e,"|
00000a80  52 22 2c 33 2c 22 23 22  2c 65 2c 22 52 22 2c 30  |R",3,"#",e,"R",0|
00000a90  0a 5c 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.\**************|
00000aa0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000ac0  2a 2a 2a 2a 0a 0a 31 36  30 20 20 20 20 22 20 22  |****..160    " "|
00000ad0  0a 0a 5c 20 57 68 65 6e  20 74 68 65 20 70 6f 75  |..\ When the pou|
00000ae0  6e 64 20 63 68 61 72 61  63 74 65 72 20 69 73 20  |nd character is |
00000af0  66 6f 75 6e 64 20 74 68  69 73 20 77 69 6c 6c 20  |found this will |
00000b00  73 77 69 74 63 68 20 61  6e 20 45 70 73 6f 6e 20  |switch an Epson |
00000b10  63 6f 6d 70 61 74 69 62  6c 65 0a 5c 20 70 72 69  |compatible.\ pri|
00000b20  6e 74 65 72 20 74 6f 20  55 4b 20 63 68 61 72 61  |nter to UK chara|
00000b30  63 74 65 72 20 73 65 74  2c 20 70 72 69 6e 74 20  |cter set, print |
00000b40  74 68 65 20 27 23 27 20  63 68 61 72 61 63 74 65  |the '#' characte|
00000b50  72 20 77 68 69 63 68 20  77 69 6c 6c 20 61 70 70  |r which will app|
00000b60  65 61 72 20 0a 5c 20 61  73 20 61 20 70 6f 75 6e  |ear .\ as a poun|
00000b70  64 2c 20 61 6e 64 20 73  77 69 74 63 68 20 62 61  |d, and switch ba|
00000b80  63 6b 20 74 6f 20 55 53  20 63 68 61 72 61 63 74  |ck to US charact|
00000b90  65 72 20 73 65 74 20 61  67 61 69 6e 2e 20 54 68  |er set again. Th|
00000ba0  65 20 73 65 63 6f 6e 64  20 69 74 65 6d 0a 5c 20  |e second item.\ |
00000bb0  77 69 6c 6c 20 70 72 69  6e 74 20 63 68 61 72 61  |will print chara|
00000bc0  63 74 65 72 20 31 36 30  20 28 41 4c 54 2d 53 50  |cter 160 (ALT-SP|
00000bd0  41 43 45 29 20 61 73 20  61 20 6e 6f 72 6d 61 6c  |ACE) as a normal|
00000be0  20 73 70 61 63 65 20 73  6f 20 74 68 61 74 20 79  | space so that y|
00000bf0  6f 75 20 63 61 6e 0a 5c  20 75 73 65 20 69 74 20  |ou can.\ use it |
00000c00  74 6f 20 73 74 6f 70 20  77 6f 72 64 73 20 62 65  |to stop words be|
00000c10  69 6e 67 20 73 70 6c 69  74 20 62 79 20 77 6f 72  |ing split by wor|
00000c20  64 77 72 61 70 20 69 6e  20 45 64 69 74 0a 0a 5c  |dwrap in Edit..\|
00000c30  20 4e 6f 74 65 20 74 68  61 74 20 74 68 69 73 20  | Note that this |
00000c40  73 65 63 74 69 6f 6e 20  75 73 65 73 20 74 68 65  |section uses the|
00000c50  20 73 61 6d 65 20 74 61  62 6c 65 20 66 6f 72 20  | same table for |
00000c60  73 75 62 73 74 69 74 75  74 69 6f 6e 20 61 73 20  |substitution as |
00000c70  74 68 65 0a 5c 20 53 74  79 6c 65 73 20 6d 65 6e  |the.\ Styles men|
00000c80  75 20 73 6f 20 6d 61 6b  65 20 73 75 72 65 20 74  |u so make sure t|
00000c90  68 65 20 63 68 61 72 61  63 74 65 72 73 20 64 6f  |he characters do|
00000ca0  6e 27 74 20 63 6c 61 73  68 2e 0a 0a              |n't clash...|
00000cac