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

!AWMar94/Goodies/Edit+Up/!Edit+/config

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+/config
Read OK:
File size: 0B5F bytes
Load address: 0000
Exec address: 0000
File contents
\   This is an example config file

\   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



\ 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"

  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 0a 0a 5c 20 20 20  41 6e 79 20 6c 69 6e 65  |le..\   Any line|
00000030  20 62 65 67 69 6e 6e 69  6e 67 20 77 69 74 68 20  | beginning with |
00000040  61 20 62 61 63 6b 73 6c  61 73 68 20 6f 72 20 61  |a backslash or a|
00000050  6e 79 20 74 65 78 74 20  6f 6e 20 61 20 6c 69 6e  |ny text on a lin|
00000060  65 0a 5c 20 20 20 61 66  74 65 72 20 61 20 62 61  |e.\   after a ba|
00000070  63 6b 73 6c 61 73 68 20  77 69 6c 6c 20 62 65 20  |ckslash will be |
00000080  69 67 6e 6f 72 65 64 20  73 6f 20 79 6f 75 20 63  |ignored so you c|
00000090  61 6e 20 69 6e 73 65 72  74 20 63 6f 6d 6d 65 6e  |an insert commen|
000000a0  74 73 0a 0a 0a 0a 49 43  4f 4e 4c 45 46 54 20 20  |ts....ICONLEFT  |
000000b0  20 20 20 20 20 20 5c 20  54 68 69 73 20 77 69 6c  |      \ This wil|
000000c0  6c 20 6d 61 6b 65 20 74  68 65 20 69 63 6f 6e 20  |l make the icon |
000000d0  61 70 70 65 61 72 20 6f  6e 20 74 68 65 20 6c 65  |appear on the le|
000000e0  66 74 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |ft.             |
000000f0  20 20 20 5c 20 49 66 20  74 68 69 73 20 63 6f 6d  |   \ If this com|
00000100  6d 61 6e 64 20 69 73 6e  27 74 20 69 6e 63 6c 75  |mand isn't inclu|
00000110  64 65 64 20 69 74 20 77  69 6c 6c 20 62 65 20 6f  |ded it will be o|
00000120  6e 20 74 68 65 20 72 69  67 68 74 0a 0a 0a 5c 20  |n the right...\ |
00000130  4e 6f 74 65 20 74 68 61  74 20 74 68 69 73 20 63  |Note that this c|
00000140  6f 6d 6d 61 6e 64 20 61  6e 64 20 74 68 65 20 77  |ommand and the w|
00000150  6f 72 64 73 20 49 4d 4d  45 44 2c 20 53 54 59 4c  |ords IMMED, STYL|
00000160  45 53 20 61 6e 64 20 54  52 41 4e 53 4c 41 54 45  |ES and TRANSLATE|
00000170  20 6d 75 73 74 0a 5c 20  62 65 20 69 6e 20 75 70  | must.\ be in up|
00000180  70 65 72 20 63 61 73 65  2e 0a 0a 0a 0a 5c 20 54  |per case.....\ T|
00000190  68 69 73 20 63 72 65 61  74 65 73 20 74 68 65 20  |his creates the |
000001a0  49 6d 6d 65 64 69 61 74  65 20 43 6f 64 65 20 6d  |Immediate Code m|
000001b0  65 6e 75 2e 20 54 68 65  20 66 69 72 73 74 20 77  |enu. The first w|
000001c0  6f 72 64 20 6f 6e 20 74  68 65 20 6c 69 6e 65 20  |ord on the line |
000001d0  69 73 20 74 68 65 20 0a  5c 20 6e 61 6d 65 20 74  |is the .\ name t|
000001e0  68 61 74 20 77 69 6c 6c  20 61 70 70 65 61 72 20  |hat will appear |
000001f0  6f 6e 20 74 68 65 20 6d  65 6e 75 2e 20 41 66 74  |on the menu. Aft|
00000200  65 72 20 74 68 61 74 20  61 72 65 20 74 68 65 20  |er that are the |
00000210  63 6f 64 65 73 20 74 68  61 74 20 77 69 6c 6c 0a  |codes that will.|
00000220  5c 20 62 65 20 73 65 6e  74 20 74 6f 20 74 68 65  |\ be sent to the|
00000230  20 70 72 69 6e 74 65 72  20 77 68 65 6e 20 79 6f  | printer when yo|
00000240  75 20 63 6c 69 63 6b 20  6f 6e 20 74 68 61 74 20  |u click on that |
00000250  69 74 65 6d 2e 20 54 68  65 72 65 20 6d 75 73 74  |item. There must|
00000260  20 62 65 20 6d 6f 72 65  0a 5c 20 74 68 61 6e 20  | be more.\ than |
00000270  31 32 20 63 68 61 72 61  63 74 65 72 73 20 62 65  |12 characters be|
00000280  74 77 65 65 6e 20 74 68  65 20 73 74 61 72 74 20  |tween the start |
00000290  6f 66 20 74 68 65 20 6c  69 6e 65 20 61 6e 64 20  |of the line and |
000002a0  74 68 65 20 63 6f 64 65  73 2e 0a 0a 5c 20 50 72  |the codes...\ Pr|
000002b0  69 6e 74 65 72 20 63 6f  64 65 73 20 63 61 6e 20  |inter codes can |
000002c0  62 65 20 65 6e 74 65 72  65 64 20 61 73 20 64 65  |be entered as de|
000002d0  63 69 6d 61 6c 20 6f 72  20 68 65 78 20 6e 75 6d  |cimal or hex num|
000002e0  62 65 72 73 20 6f 72 20  61 73 20 61 73 63 69 69  |bers or as ascii|
000002f0  20 0a 5c 20 63 68 61 72  61 63 74 65 72 73 20 65  | .\ characters e|
00000300  6e 63 6c 6f 73 65 64 20  69 6e 20 64 6f 75 62 6c  |nclosed in doubl|
00000310  65 20 6f 72 20 73 69 6e  67 6c 65 20 71 75 6f 74  |e or single quot|
00000320  65 73 2e 20 54 68 65 20  6c 6f 77 65 72 20 63 61  |es. The lower ca|
00000330  73 65 20 6c 65 74 74 65  72 20 65 0a 5c 20 77 68  |se letter e.\ wh|
00000340  65 6e 20 4e 4f 54 20 69  6e 20 71 75 6f 74 65 73  |en NOT in quotes|
00000350  20 69 73 20 69 6e 74 65  72 70 72 65 74 74 65 64  | is interpretted|
00000360  20 61 73 20 74 68 65 20  45 73 63 61 70 65 20 63  | as the Escape c|
00000370  68 61 72 61 63 74 65 72  20 28 61 73 63 69 69 20  |haracter (ascii |
00000380  32 37 29 2e 0a 5c 20 4e  75 6d 62 65 72 73 20 62  |27)..\ Numbers b|
00000390  65 67 69 6e 6e 69 6e 67  20 77 69 74 68 20 30 20  |eginning with 0 |
000003a0  6f 72 20 26 20 6f 72 20  74 68 65 20 55 50 50 45  |or & or the UPPE|
000003b0  52 20 43 41 53 45 20 6c  65 74 74 65 72 73 20 41  |R CASE letters A|
000003c0  20 74 6f 20 46 20 61 72  65 20 74 61 6b 65 6e 0a  | to F are taken.|
000003d0  5c 20 61 73 20 68 65 78  2e 20 43 6f 64 65 73 20  |\ as hex. Codes |
000003e0  73 68 6f 75 6c 64 20 62  65 20 73 65 70 61 72 61  |should be separa|
000003f0  74 65 64 20 62 79 20 63  6f 6d 6d 61 73 20 6f 72  |ted by commas or|
00000400  20 73 70 61 63 65 73 2e  0a 0a 49 4d 4d 45 44 0a  | spaces...IMMED.|
00000410  0a 52 65 73 65 74 20 20  20 20 20 20 20 20 20 20  |.Reset          |
00000420  20 65 2c 22 40 22 0a 46  6f 72 6d 20 66 65 65 64  | e,"@".Form feed|
00000430  20 20 20 20 20 20 20 31  32 0a 45 6c 69 74 65 20  |       12.Elite |
00000440  20 20 20 20 20 20 20 20  20 20 65 2c 30 34 44 0a  |          e,04D.|
00000450  43 6f 6e 64 65 6e 73 65  64 20 20 20 20 20 20 20  |Condensed       |
00000460  31 35 0a 0a 0a 0a 5c 20  54 68 69 73 20 63 72 65  |15....\ This cre|
00000470  61 74 65 73 20 74 68 65  20 27 53 74 79 6c 65 73  |ates the 'Styles|
00000480  27 20 6d 65 6e 75 20 77  69 6e 64 6f 77 2e 20 41  |' menu window. A|
00000490  67 61 69 6e 20 74 68 65  20 66 69 72 73 74 20 69  |gain the first i|
000004a0  74 65 6d 20 69 73 20 74  68 65 20 6e 61 6d 65 0a  |tem is the name.|
000004b0  5c 20 74 68 61 74 20 77  69 6c 6c 20 61 70 70 65  |\ that will appe|
000004c0  61 72 20 6f 6e 20 74 68  65 20 6d 65 6e 75 2e 20  |ar on the menu. |
000004d0  54 68 65 20 73 65 63 6f  6e 64 20 69 74 65 6d 20  |The second item |
000004e0  69 73 20 74 68 65 20 61  73 63 69 69 20 63 68 61  |is the ascii cha|
000004f0  72 61 63 74 65 72 0a 5c  20 74 68 61 74 20 77 69  |racter.\ that wi|
00000500  6c 6c 20 62 65 20 69 6e  73 65 72 74 65 64 20 69  |ll be inserted i|
00000510  6e 74 6f 20 74 68 65 20  74 65 78 74 20 77 68 65  |nto the text whe|
00000520  6e 20 74 68 65 20 69 74  65 6d 20 69 73 20 73 65  |n the item is se|
00000530  6c 65 63 74 65 64 2e 20  20 54 68 69 73 20 0a 5c  |lected.  This .\|
00000540  20 63 61 6e 20 62 65 20  74 68 65 20 61 73 63 69  | can be the asci|
00000550  69 20 6e 75 6d 62 65 72  20 6f 72 20 74 68 65 20  |i number or the |
00000560  61 63 74 75 61 6c 20 63  68 61 72 61 63 74 65 72  |actual character|
00000570  20 65 6e 63 6c 6f 73 65  64 20 69 6e 20 71 75 6f  | enclosed in quo|
00000580  74 65 73 2e 0a 5c 20 41  66 74 65 72 20 74 68 61  |tes..\ After tha|
00000590  74 20 63 6f 6d 65 73 20  74 68 65 20 73 74 72 69  |t comes the stri|
000005a0  6e 67 20 6f 66 20 63 6f  64 65 73 20 74 68 61 74  |ng of codes that|
000005b0  20 77 69 6c 6c 20 62 65  20 73 65 6e 74 20 74 6f  | will be sent to|
000005c0  20 74 68 65 20 70 72 69  6e 74 65 72 0a 5c 20 77  | the printer.\ w|
000005d0  68 65 6e 20 74 68 65 20  63 68 61 72 61 63 74 65  |hen the characte|
000005e0  72 20 69 73 20 66 6f 75  6e 64 20 64 75 72 69 6e  |r is found durin|
000005f0  67 20 70 72 69 6e 74 69  6e 67 2e 0a 5c 20 49 66  |g printing..\ If|
00000600  20 74 68 65 20 66 69 72  73 74 20 63 68 61 72 61  | the first chara|
00000610  63 74 65 72 20 6f 6e 20  61 20 6c 69 6e 65 20 69  |cter on a line i|
00000620  73 20 27 3e 27 20 74 68  65 6e 20 69 6e 73 74 65  |s '>' then inste|
00000630  61 64 20 6f 66 20 74 68  65 20 69 74 65 6d 20 6f  |ad of the item o|
00000640  6e 20 0a 5c 20 74 68 61  74 20 6c 69 6e 65 20 61  |n .\ that line a|
00000650  70 70 65 61 72 69 6e 67  20 62 65 6c 6f 77 20 74  |ppearing below t|
00000660  68 65 20 70 72 65 76 69  6f 75 73 20 69 74 65 6d  |he previous item|
00000670  20 69 74 20 77 69 6c 6c  20 62 65 20 6f 6e 20 74  | it will be on t|
00000680  68 65 20 73 61 6d 65 20  6c 69 6e 65 0a 5c 20 62  |he same line.\ b|
00000690  75 74 20 74 6f 20 74 68  65 20 52 49 47 48 54 20  |ut to the RIGHT |
000006a0  6f 66 20 74 68 65 20 70  72 65 76 69 6f 75 73 20  |of the previous |
000006b0  69 74 65 6d 2e 20 54 68  69 73 20 65 6e 61 62 6c  |item. This enabl|
000006c0  65 73 20 27 73 74 61 72  74 27 20 61 6e 64 20 27  |es 'start' and '|
000006d0  73 74 6f 70 27 0a 5c 20  63 6f 64 65 73 20 74 6f  |stop'.\ codes to|
000006e0  20 61 70 70 65 61 72 20  73 69 64 65 20 62 79 20  | appear side by |
000006f0  73 69 64 65 20 69 66 20  79 6f 75 20 70 72 65 66  |side if you pref|
00000700  65 72 20 74 68 65 6d 20  74 68 61 74 20 77 61 79  |er them that way|
00000710  2e 0a 0a 53 54 59 4c 45  53 0a 0a 20 20 53 74 61  |...STYLES..  Sta|
00000720  72 74 20 42 6f 6c 64 20  20 20 20 20 20 20 20 22  |rt Bold        "|
00000730  c9 22 20 20 20 20 20 32  37 2c 22 45 22 0a 3e 20  |."     27,"E".> |
00000740  45 6e 64 20 42 6f 6c 64  20 20 20 20 20 20 20 20  |End Bold        |
00000750  20 20 22 c8 22 20 20 20  20 20 32 37 2c 22 46 22  |  "."     27,"F"|
00000760  0a 0a 20 20 53 74 61 72  74 20 55 2f 6c 69 6e 65  |..  Start U/line|
00000770  20 20 20 20 20 20 22 da  22 20 20 20 20 20 32 37  |      "."     27|
00000780  2c 22 5f 22 2c 31 0a 3e  20 45 6e 64 20 55 2f 6c  |,"_",1.> End U/l|
00000790  69 6e 65 20 20 20 20 20  20 20 20 22 d9 22 20 20  |ine        "."  |
000007a0  20 20 20 32 37 2c 22 5f  22 2c 30 0a 0a 20 20 53  |   27,"_",0..  S|
000007b0  74 61 72 74 20 69 74 61  6c 69 63 20 20 20 20 20  |tart italic     |
000007c0  20 22 cd 22 20 20 20 20  20 32 37 2c 22 34 22 0a  | "."     27,"4".|
000007d0  3e 20 45 6e 64 20 69 74  61 6c 69 63 20 20 20 20  |> End italic    |
000007e0  20 20 20 20 22 cc 22 20  20 20 20 20 32 37 2c 22  |    "."     27,"|
000007f0  35 22 0a 0a 20 20 50 69  63 61 20 20 20 20 20 20  |5"..  Pica      |
00000800  20 20 20 20 20 20 20 20  22 de 22 20 20 20 20 20  |        "."     |
00000810  65 2c 22 50 22 0a 0a 20  20 45 6c 69 74 65 20 20  |e,"P"..  Elite  |
00000820  20 20 20 20 20 20 20 20  20 20 20 22 ca 22 20 20  |           "."  |
00000830  20 20 20 65 2c 22 4d 22  0a 0a 0a 5c 20 54 68 69  |   e,"M"...\ Thi|
00000840  73 20 63 72 65 61 74 65  73 20 74 68 65 20 63 68  |s creates the ch|
00000850  61 72 61 63 74 65 72 20  74 72 61 6e 73 6c 61 74  |aracter translat|
00000860  69 6f 6e 20 74 61 62 6c  65 2e 20 54 68 65 20 66  |ion table. The f|
00000870  69 72 73 74 20 69 74 65  6d 20 69 73 20 74 68 65  |irst item is the|
00000880  20 0a 5c 20 63 68 61 72  61 63 74 65 72 2c 20 61  | .\ character, a|
00000890  66 74 65 72 20 74 68 61  74 20 63 6f 6d 65 73 20  |fter that comes |
000008a0  74 68 65 20 63 6f 64 65  28 73 29 20 6f 72 20 63  |the code(s) or c|
000008b0  68 61 72 61 63 74 65 72  28 73 29 20 74 68 61 74  |haracter(s) that|
000008c0  20 77 69 6c 6c 20 62 65  0a 5c 20 73 75 62 73 74  | will be.\ subst|
000008d0  69 74 75 74 65 64 20 64  75 72 69 6e 67 20 70 72  |ituted during pr|
000008e0  69 6e 74 69 6e 67 2e 20  59 6f 75 20 63 61 6e 20  |inting. You can |
000008f0  73 77 69 74 63 68 20 74  68 65 20 77 68 6f 6c 65  |switch the whole|
00000900  20 32 35 35 20 41 53 43  49 49 20 63 6f 64 65 73  | 255 ASCII codes|
00000910  0a 5c 20 69 66 20 79 6f  75 20 77 69 73 68 2c 20  |.\ if you wish, |
00000920  65 78 63 65 70 74 20 66  6f 72 20 74 68 65 20 6f  |except for the o|
00000930  6e 65 73 20 75 73 65 64  20 62 79 20 45 64 69 74  |nes used by Edit|
00000940  20 70 6c 75 73 20 66 6f  72 20 69 74 73 65 6c 66  | plus for itself|
00000950  2e 0a 0a 54 52 41 4e 53  4c 41 54 45 0a 0a 22 a3  |...TRANSLATE..".|
00000960  22 20 20 20 20 65 2c 22  52 22 2c 33 2c 22 23 22  |"    e,"R",3,"#"|
00000970  2c 65 2c 22 52 22 2c 30  0a 31 36 30 20 20 20 20  |,e,"R",0.160    |
00000980  22 20 22 0a 0a 5c 20 57  68 65 6e 20 74 68 65 20  |" "..\ When the |
00000990  70 6f 75 6e 64 20 63 68  61 72 61 63 74 65 72 20  |pound character |
000009a0  69 73 20 66 6f 75 6e 64  20 74 68 69 73 20 77 69  |is found this wi|
000009b0  6c 6c 20 73 77 69 74 63  68 20 61 6e 20 45 70 73  |ll switch an Eps|
000009c0  6f 6e 20 63 6f 6d 70 61  74 69 62 6c 65 0a 5c 20  |on compatible.\ |
000009d0  70 72 69 6e 74 65 72 20  74 6f 20 55 4b 20 63 68  |printer to UK ch|
000009e0  61 72 61 63 74 65 72 20  73 65 74 2c 20 70 72 69  |aracter set, pri|
000009f0  6e 74 20 74 68 65 20 27  23 27 20 63 68 61 72 61  |nt the '#' chara|
00000a00  63 74 65 72 20 77 68 69  63 68 20 77 69 6c 6c 20  |cter which will |
00000a10  61 70 70 65 61 72 20 0a  5c 20 61 73 20 61 20 70  |appear .\ as a p|
00000a20  6f 75 6e 64 2c 20 61 6e  64 20 73 77 69 74 63 68  |ound, and switch|
00000a30  20 62 61 63 6b 20 74 6f  20 55 53 20 63 68 61 72  | back to US char|
00000a40  61 63 74 65 72 20 73 65  74 20 61 67 61 69 6e 2e  |acter set again.|
00000a50  20 54 68 65 20 73 65 63  6f 6e 64 20 69 74 65 6d  | The second item|
00000a60  0a 5c 20 77 69 6c 6c 20  70 72 69 6e 74 20 63 68  |.\ will print ch|
00000a70  61 72 61 63 74 65 72 20  31 36 30 20 28 41 4c 54  |aracter 160 (ALT|
00000a80  2d 53 50 41 43 45 29 20  61 73 20 61 20 6e 6f 72  |-SPACE) as a nor|
00000a90  6d 61 6c 20 73 70 61 63  65 20 73 6f 20 74 68 61  |mal space so tha|
00000aa0  74 20 79 6f 75 20 63 61  6e 0a 5c 20 75 73 65 20  |t you can.\ use |
00000ab0  69 74 20 74 6f 20 73 74  6f 70 20 77 6f 72 64 73  |it to stop words|
00000ac0  20 62 65 69 6e 67 20 73  70 6c 69 74 20 62 79 20  | being split by |
00000ad0  77 6f 72 64 77 72 61 70  20 69 6e 20 45 64 69 74  |wordwrap in Edit|
00000ae0  0a 0a 5c 20 4e 6f 74 65  20 74 68 61 74 20 74 68  |..\ Note that th|
00000af0  69 73 20 73 65 63 74 69  6f 6e 20 75 73 65 73 20  |is section uses |
00000b00  74 68 65 20 73 61 6d 65  20 74 61 62 6c 65 20 66  |the same table f|
00000b10  6f 72 20 73 75 62 73 74  69 74 75 74 69 6f 6e 20  |or substitution |
00000b20  61 73 20 74 68 65 0a 5c  20 53 74 79 6c 65 73 20  |as the.\ Styles |
00000b30  6d 65 6e 75 20 73 6f 20  6d 61 6b 65 20 73 75 72  |menu so make sur|
00000b40  65 20 74 68 65 20 63 68  61 72 61 63 74 65 72 73  |e the characters|
00000b50  20 64 6f 6e 27 74 20 63  6c 61 73 68 2e 0a 0a     | don't clash...|
00000b5f