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

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

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/FujitDPMG
Read OK:
File size: 0BD6 bytes
Load address: 0000
Exec address: 0000
File contents
\   This is an example config file for a Fujitsu DPMG9 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,"M"
Condensed       15
NLQ on          27,39,2,0
NLQ off         27,39,0,0


\ 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


  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  20 46 75 6a 69 74 73 75  |le for a Fujitsu|
00000030  20 44 50 4d 47 39 20 70  72 69 6e 74 65 72 0a 0a  | DPMG9 printer..|
00000040  5c 20 20 20 41 6e 79 20  6c 69 6e 65 20 62 65 67  |\   Any line beg|
00000050  69 6e 6e 69 6e 67 20 77  69 74 68 20 61 20 62 61  |inning with a ba|
00000060  63 6b 73 6c 61 73 68 20  6f 72 20 61 6e 79 20 74  |ckslash or any t|
00000070  65 78 74 20 6f 6e 20 61  20 6c 69 6e 65 0a 5c 20  |ext on a line.\ |
00000080  20 20 61 66 74 65 72 20  61 20 62 61 63 6b 73 6c  |  after a backsl|
00000090  61 73 68 20 77 69 6c 6c  20 62 65 20 69 67 6e 6f  |ash will be igno|
000000a0  72 65 64 20 73 6f 20 79  6f 75 20 63 61 6e 20 69  |red so you can i|
000000b0  6e 73 65 72 74 20 63 6f  6d 6d 65 6e 74 73 0a 0a  |nsert comments..|
000000c0  0a 0a 49 43 4f 4e 4c 45  46 54 20 20 20 20 20 20  |..ICONLEFT      |
000000d0  20 20 5c 20 54 68 69 73  20 77 69 6c 6c 20 6d 61  |  \ This will ma|
000000e0  6b 65 20 74 68 65 20 69  63 6f 6e 20 61 70 70 65  |ke the icon appe|
000000f0  61 72 20 6f 6e 20 74 68  65 20 6c 65 66 74 0a 20  |ar on the left. |
00000100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 5c  |               \|
00000110  20 49 66 20 74 68 69 73  20 63 6f 6d 6d 61 6e 64  | If this command|
00000120  20 69 73 6e 27 74 20 69  6e 63 6c 75 64 65 64 20  | isn't included |
00000130  69 74 20 77 69 6c 6c 20  62 65 20 6f 6e 20 74 68  |it will be on th|
00000140  65 20 72 69 67 68 74 0a  0a 0a 5c 20 4e 6f 74 65  |e right...\ Note|
00000150  20 74 68 61 74 20 74 68  69 73 20 63 6f 6d 6d 61  | that this comma|
00000160  6e 64 20 61 6e 64 20 74  68 65 20 77 6f 72 64 73  |nd and the words|
00000170  20 49 4d 4d 45 44 2c 20  53 54 59 4c 45 53 20 61  | IMMED, STYLES a|
00000180  6e 64 20 54 52 41 4e 53  4c 41 54 45 20 6d 75 73  |nd TRANSLATE mus|
00000190  74 0a 5c 20 62 65 20 69  6e 20 75 70 70 65 72 20  |t.\ be in upper |
000001a0  63 61 73 65 2e 0a 0a 0a  0a 5c 20 54 68 69 73 20  |case.....\ This |
000001b0  63 72 65 61 74 65 73 20  74 68 65 20 49 6d 6d 65  |creates the Imme|
000001c0  64 69 61 74 65 20 43 6f  64 65 20 6d 65 6e 75 2e  |diate Code menu.|
000001d0  20 54 68 65 20 66 69 72  73 74 20 77 6f 72 64 20  | The first word |
000001e0  6f 6e 20 74 68 65 20 6c  69 6e 65 20 69 73 20 74  |on the line is t|
000001f0  68 65 20 0a 5c 20 6e 61  6d 65 20 74 68 61 74 20  |he .\ name that |
00000200  77 69 6c 6c 20 61 70 70  65 61 72 20 6f 6e 20 74  |will appear on t|
00000210  68 65 20 6d 65 6e 75 2e  20 41 66 74 65 72 20 74  |he menu. After t|
00000220  68 61 74 20 61 72 65 20  74 68 65 20 63 6f 64 65  |hat are the code|
00000230  73 20 74 68 61 74 20 77  69 6c 6c 0a 5c 20 62 65  |s that will.\ be|
00000240  20 73 65 6e 74 20 74 6f  20 74 68 65 20 70 72 69  | sent to the pri|
00000250  6e 74 65 72 20 77 68 65  6e 20 79 6f 75 20 63 6c  |nter when you cl|
00000260  69 63 6b 20 6f 6e 20 74  68 61 74 20 69 74 65 6d  |ick on that item|
00000270  2e 20 54 68 65 72 65 20  6d 75 73 74 20 62 65 20  |. There must be |
00000280  6d 6f 72 65 0a 5c 20 74  68 61 6e 20 31 32 20 63  |more.\ than 12 c|
00000290  68 61 72 61 63 74 65 72  73 20 62 65 74 77 65 65  |haracters betwee|
000002a0  6e 20 74 68 65 20 73 74  61 72 74 20 6f 66 20 74  |n the start of t|
000002b0  68 65 20 6c 69 6e 65 20  61 6e 64 20 74 68 65 20  |he line and the |
000002c0  63 6f 64 65 73 2e 0a 0a  5c 20 50 72 69 6e 74 65  |codes...\ Printe|
000002d0  72 20 63 6f 64 65 73 20  63 61 6e 20 62 65 20 65  |r codes can be e|
000002e0  6e 74 65 72 65 64 20 61  73 20 64 65 63 69 6d 61  |ntered as decima|
000002f0  6c 20 6f 72 20 68 65 78  20 6e 75 6d 62 65 72 73  |l or hex numbers|
00000300  20 6f 72 20 61 73 20 61  73 63 69 69 20 0a 5c 20  | or as ascii .\ |
00000310  63 68 61 72 61 63 74 65  72 73 20 65 6e 63 6c 6f  |characters enclo|
00000320  73 65 64 20 69 6e 20 64  6f 75 62 6c 65 20 6f 72  |sed in double or|
00000330  20 73 69 6e 67 6c 65 20  71 75 6f 74 65 73 2e 20  | single quotes. |
00000340  54 68 65 20 6c 6f 77 65  72 20 63 61 73 65 20 6c  |The lower case l|
00000350  65 74 74 65 72 20 65 0a  5c 20 77 68 65 6e 20 4e  |etter e.\ when N|
00000360  4f 54 20 69 6e 20 71 75  6f 74 65 73 20 69 73 20  |OT in quotes is |
00000370  69 6e 74 65 72 70 72 65  74 74 65 64 20 61 73 20  |interpretted as |
00000380  74 68 65 20 45 73 63 61  70 65 20 63 68 61 72 61  |the Escape chara|
00000390  63 74 65 72 20 28 61 73  63 69 69 20 32 37 29 2e  |cter (ascii 27).|
000003a0  0a 5c 20 4e 75 6d 62 65  72 73 20 62 65 67 69 6e  |.\ Numbers begin|
000003b0  6e 69 6e 67 20 77 69 74  68 20 30 20 6f 72 20 26  |ning with 0 or &|
000003c0  20 6f 72 20 74 68 65 20  55 50 50 45 52 20 43 41  | or the UPPER CA|
000003d0  53 45 20 6c 65 74 74 65  72 73 20 41 20 74 6f 20  |SE letters A to |
000003e0  46 20 61 72 65 20 74 61  6b 65 6e 0a 5c 20 61 73  |F are taken.\ as|
000003f0  20 68 65 78 2e 20 43 6f  64 65 73 20 73 68 6f 75  | hex. Codes shou|
00000400  6c 64 20 62 65 20 73 65  70 61 72 61 74 65 64 20  |ld be separated |
00000410  62 79 20 63 6f 6d 6d 61  73 20 6f 72 20 73 70 61  |by commas or spa|
00000420  63 65 73 2e 0a 0a 49 4d  4d 45 44 0a 0a 52 65 73  |ces...IMMED..Res|
00000430  65 74 20 20 20 20 20 20  20 20 20 20 20 65 2c 22  |et           e,"|
00000440  40 22 0a 46 6f 72 6d 20  66 65 65 64 20 20 20 20  |@".Form feed    |
00000450  20 20 20 31 32 0a 45 6c  69 74 65 20 20 20 20 20  |   12.Elite     |
00000460  20 20 20 20 20 20 65 2c  22 4d 22 0a 43 6f 6e 64  |      e,"M".Cond|
00000470  65 6e 73 65 64 20 20 20  20 20 20 20 31 35 0a 4e  |ensed       15.N|
00000480  4c 51 20 6f 6e 20 20 20  20 20 20 20 20 20 20 32  |LQ on          2|
00000490  37 2c 33 39 2c 32 2c 30  0a 4e 4c 51 20 6f 66 66  |7,39,2,0.NLQ off|
000004a0  20 20 20 20 20 20 20 20  20 32 37 2c 33 39 2c 30  |         27,39,0|
000004b0  2c 30 0a 0a 0a 5c 20 54  68 69 73 20 63 72 65 61  |,0...\ This crea|
000004c0  74 65 73 20 74 68 65 20  27 53 74 79 6c 65 73 27  |tes the 'Styles'|
000004d0  20 6d 65 6e 75 20 77 69  6e 64 6f 77 2e 20 41 67  | menu window. Ag|
000004e0  61 69 6e 20 74 68 65 20  66 69 72 73 74 20 69 74  |ain the first it|
000004f0  65 6d 20 69 73 20 74 68  65 20 6e 61 6d 65 0a 5c  |em is the name.\|
00000500  20 74 68 61 74 20 77 69  6c 6c 20 61 70 70 65 61  | that will appea|
00000510  72 20 6f 6e 20 74 68 65  20 6d 65 6e 75 2e 20 54  |r on the menu. T|
00000520  68 65 20 73 65 63 6f 6e  64 20 69 74 65 6d 20 69  |he second item i|
00000530  73 20 74 68 65 20 61 73  63 69 69 20 63 68 61 72  |s the ascii char|
00000540  61 63 74 65 72 0a 5c 20  74 68 61 74 20 77 69 6c  |acter.\ that wil|
00000550  6c 20 62 65 20 69 6e 73  65 72 74 65 64 20 69 6e  |l be inserted in|
00000560  74 6f 20 74 68 65 20 74  65 78 74 20 77 68 65 6e  |to the text when|
00000570  20 74 68 65 20 69 74 65  6d 20 69 73 20 73 65 6c  | the item is sel|
00000580  65 63 74 65 64 2e 20 20  54 68 69 73 20 0a 5c 20  |ected.  This .\ |
00000590  63 61 6e 20 62 65 20 74  68 65 20 61 73 63 69 69  |can be the ascii|
000005a0  20 6e 75 6d 62 65 72 20  6f 72 20 74 68 65 20 61  | number or the a|
000005b0  63 74 75 61 6c 20 63 68  61 72 61 63 74 65 72 20  |ctual character |
000005c0  65 6e 63 6c 6f 73 65 64  20 69 6e 20 71 75 6f 74  |enclosed in quot|
000005d0  65 73 2e 0a 5c 20 41 66  74 65 72 20 74 68 61 74  |es..\ After that|
000005e0  20 63 6f 6d 65 73 20 74  68 65 20 73 74 72 69 6e  | comes the strin|
000005f0  67 20 6f 66 20 63 6f 64  65 73 20 74 68 61 74 20  |g of codes that |
00000600  77 69 6c 6c 20 62 65 20  73 65 6e 74 20 74 6f 20  |will be sent to |
00000610  74 68 65 20 70 72 69 6e  74 65 72 0a 5c 20 77 68  |the printer.\ wh|
00000620  65 6e 20 74 68 65 20 63  68 61 72 61 63 74 65 72  |en the character|
00000630  20 69 73 20 66 6f 75 6e  64 20 64 75 72 69 6e 67  | is found during|
00000640  20 70 72 69 6e 74 69 6e  67 2e 0a 5c 20 49 66 20  | printing..\ If |
00000650  74 68 65 20 66 69 72 73  74 20 63 68 61 72 61 63  |the first charac|
00000660  74 65 72 20 6f 6e 20 61  20 6c 69 6e 65 20 69 73  |ter on a line is|
00000670  20 27 3e 27 20 74 68 65  6e 20 69 6e 73 74 65 61  | '>' then instea|
00000680  64 20 6f 66 20 74 68 65  20 69 74 65 6d 20 6f 6e  |d of the item on|
00000690  20 0a 5c 20 74 68 61 74  20 6c 69 6e 65 20 61 70  | .\ that line ap|
000006a0  70 65 61 72 69 6e 67 20  62 65 6c 6f 77 20 74 68  |pearing below th|
000006b0  65 20 70 72 65 76 69 6f  75 73 20 69 74 65 6d 20  |e previous item |
000006c0  69 74 20 77 69 6c 6c 20  62 65 20 6f 6e 20 74 68  |it will be on th|
000006d0  65 20 73 61 6d 65 20 6c  69 6e 65 0a 5c 20 62 75  |e same line.\ bu|
000006e0  74 20 74 6f 20 74 68 65  20 52 49 47 48 54 20 6f  |t to the RIGHT o|
000006f0  66 20 74 68 65 20 70 72  65 76 69 6f 75 73 20 69  |f the previous i|
00000700  74 65 6d 2e 20 54 68 69  73 20 65 6e 61 62 6c 65  |tem. This enable|
00000710  73 20 27 73 74 61 72 74  27 20 61 6e 64 20 27 73  |s 'start' and 's|
00000720  74 6f 70 27 0a 5c 20 63  6f 64 65 73 20 74 6f 20  |top'.\ codes to |
00000730  61 70 70 65 61 72 20 73  69 64 65 20 62 79 20 73  |appear side by s|
00000740  69 64 65 20 69 66 20 79  6f 75 20 70 72 65 66 65  |ide if you prefe|
00000750  72 20 74 68 65 6d 20 74  68 61 74 20 77 61 79 2e  |r them that way.|
00000760  0a 0a 53 54 59 4c 45 53  0a 0a 20 20 53 74 61 72  |..STYLES..  Star|
00000770  74 20 42 6f 6c 64 20 20  20 20 20 20 20 20 22 c9  |t Bold        ".|
00000780  22 20 20 20 20 20 32 37  2c 22 45 22 0a 3e 20 45  |"     27,"E".> E|
00000790  6e 64 20 42 6f 6c 64 20  20 20 20 20 20 20 20 20  |nd Bold         |
000007a0  20 22 c8 22 20 20 20 20  20 32 37 2c 22 46 22 0a  | "."     27,"F".|
000007b0  0a 20 20 53 74 61 72 74  20 55 2f 6c 69 6e 65 20  |.  Start U/line |
000007c0  20 20 20 20 20 22 da 22  20 20 20 20 20 32 37 2c  |     "."     27,|
000007d0  22 2d 22 2c 31 0a 3e 20  45 6e 64 20 55 2f 6c 69  |"-",1.> End U/li|
000007e0  6e 65 20 20 20 20 20 20  20 20 22 d9 22 20 20 20  |ne        "."   |
000007f0  20 20 32 37 2c 22 2d 22  2c 30 0a 0a 0a 20 20 53  |  27,"-",0...  S|
00000800  75 70 65 72 73 63 72 69  70 74 20 20 20 20 20 20  |uperscript      |
00000810  20 22 f3 22 20 20 20 20  20 32 37 2c 22 53 22 2c  | "."     27,"S",|
00000820  30 0a 3e 20 53 75 62 73  63 72 69 70 74 20 20 20  |0.> Subscript   |
00000830  20 20 20 20 20 20 22 f2  22 20 20 20 20 20 32 37  |      "."     27|
00000840  2c 22 53 22 2c 31 0a 20  20 53 75 62 2f 53 75 70  |,"S",1.  Sub/Sup|
00000850  20 6f 66 66 20 20 20 20  20 20 20 22 f4 22 20 20  | off       "."  |
00000860  20 20 20 32 37 2c 22 54  22 0a 0a 20 20 50 69 63  |   27,"T"..  Pic|
00000870  61 20 20 20 20 20 20 20  20 20 20 20 20 20 20 22  |a              "|
00000880  de 22 20 20 20 20 20 65  2c 22 50 22 0a 0a 20 20  |."     e,"P"..  |
00000890  45 6c 69 74 65 20 20 20  20 20 20 20 20 20 20 20  |Elite           |
000008a0  20 20 22 ca 22 20 20 20  20 20 65 2c 22 4d 22 0a  |  "."     e,"M".|
000008b0  0a 0a 5c 20 54 68 69 73  20 63 72 65 61 74 65 73  |..\ This creates|
000008c0  20 74 68 65 20 63 68 61  72 61 63 74 65 72 20 74  | the character t|
000008d0  72 61 6e 73 6c 61 74 69  6f 6e 20 74 61 62 6c 65  |ranslation table|
000008e0  2e 20 54 68 65 20 66 69  72 73 74 20 69 74 65 6d  |. The first item|
000008f0  20 69 73 20 74 68 65 20  0a 5c 20 63 68 61 72 61  | is the .\ chara|
00000900  63 74 65 72 2c 20 61 66  74 65 72 20 74 68 61 74  |cter, after that|
00000910  20 63 6f 6d 65 73 20 74  68 65 20 63 6f 64 65 28  | comes the code(|
00000920  73 29 20 6f 72 20 63 68  61 72 61 63 74 65 72 28  |s) or character(|
00000930  73 29 20 74 68 61 74 20  77 69 6c 6c 20 62 65 0a  |s) that will be.|
00000940  5c 20 73 75 62 73 74 69  74 75 74 65 64 20 64 75  |\ substituted du|
00000950  72 69 6e 67 20 70 72 69  6e 74 69 6e 67 2e 20 59  |ring printing. Y|
00000960  6f 75 20 63 61 6e 20 73  77 69 74 63 68 20 74 68  |ou can switch th|
00000970  65 20 77 68 6f 6c 65 20  32 35 35 20 41 53 43 49  |e whole 255 ASCI|
00000980  49 20 63 6f 64 65 73 0a  5c 20 69 66 20 79 6f 75  |I codes.\ if you|
00000990  20 77 69 73 68 2c 20 65  78 63 65 70 74 20 66 6f  | wish, except fo|
000009a0  72 20 74 68 65 20 6f 6e  65 73 20 75 73 65 64 20  |r the ones used |
000009b0  62 79 20 45 64 69 74 20  70 6c 75 73 20 66 6f 72  |by Edit plus for|
000009c0  20 69 74 73 65 6c 66 2e  0a 0a 54 52 41 4e 53 4c  | itself...TRANSL|
000009d0  41 54 45 0a 0a 22 a3 22  20 20 20 20 65 2c 22 52  |ATE.."."    e,"R|
000009e0  22 2c 33 2c 22 23 22 2c  65 2c 22 52 22 2c 30 0a  |",3,"#",e,"R",0.|
000009f0  31 36 30 20 20 20 20 22  20 22 0a 0a 5c 20 57 68  |160    " "..\ Wh|
00000a00  65 6e 20 74 68 65 20 70  6f 75 6e 64 20 63 68 61  |en the pound cha|
00000a10  72 61 63 74 65 72 20 69  73 20 66 6f 75 6e 64 20  |racter is found |
00000a20  74 68 69 73 20 77 69 6c  6c 20 73 77 69 74 63 68  |this will switch|
00000a30  20 61 6e 20 45 70 73 6f  6e 20 63 6f 6d 70 61 74  | an Epson compat|
00000a40  69 62 6c 65 0a 5c 20 70  72 69 6e 74 65 72 20 74  |ible.\ printer t|
00000a50  6f 20 55 4b 20 63 68 61  72 61 63 74 65 72 20 73  |o UK character s|
00000a60  65 74 2c 20 70 72 69 6e  74 20 74 68 65 20 27 23  |et, print the '#|
00000a70  27 20 63 68 61 72 61 63  74 65 72 20 77 68 69 63  |' character whic|
00000a80  68 20 77 69 6c 6c 20 61  70 70 65 61 72 20 0a 5c  |h will appear .\|
00000a90  20 61 73 20 61 20 70 6f  75 6e 64 2c 20 61 6e 64  | as a pound, and|
00000aa0  20 73 77 69 74 63 68 20  62 61 63 6b 20 74 6f 20  | switch back to |
00000ab0  55 53 20 63 68 61 72 61  63 74 65 72 20 73 65 74  |US character set|
00000ac0  20 61 67 61 69 6e 2e 20  54 68 65 20 73 65 63 6f  | again. The seco|
00000ad0  6e 64 20 69 74 65 6d 0a  5c 20 77 69 6c 6c 20 70  |nd item.\ will p|
00000ae0  72 69 6e 74 20 63 68 61  72 61 63 74 65 72 20 31  |rint character 1|
00000af0  36 30 20 28 41 4c 54 2d  53 50 41 43 45 29 20 61  |60 (ALT-SPACE) a|
00000b00  73 20 61 20 6e 6f 72 6d  61 6c 20 73 70 61 63 65  |s a normal space|
00000b10  20 73 6f 20 74 68 61 74  20 79 6f 75 20 63 61 6e  | so that you can|
00000b20  0a 5c 20 75 73 65 20 69  74 20 74 6f 20 73 74 6f  |.\ use it to sto|
00000b30  70 20 77 6f 72 64 73 20  62 65 69 6e 67 20 73 70  |p words being sp|
00000b40  6c 69 74 20 62 79 20 77  6f 72 64 77 72 61 70 20  |lit by wordwrap |
00000b50  69 6e 20 45 64 69 74 0a  0a 5c 20 4e 6f 74 65 20  |in Edit..\ Note |
00000b60  74 68 61 74 20 74 68 69  73 20 73 65 63 74 69 6f  |that this sectio|
00000b70  6e 20 75 73 65 73 20 74  68 65 20 73 61 6d 65 20  |n uses the same |
00000b80  74 61 62 6c 65 20 66 6f  72 20 73 75 62 73 74 69  |table for substi|
00000b90  74 75 74 69 6f 6e 20 61  73 20 74 68 65 0a 5c 20  |tution as the.\ |
00000ba0  53 74 79 6c 65 73 20 6d  65 6e 75 20 73 6f 20 6d  |Styles menu so m|
00000bb0  61 6b 65 20 73 75 72 65  20 74 68 65 20 63 68 61  |ake sure the cha|
00000bc0  72 61 63 74 65 72 73 20  64 6f 6e 27 74 20 63 6c  |racters don't cl|
00000bd0  61 73 68 2e 0a 0a                                 |ash...|
00000bd6