Home » Archimedes archive » Apps » Acorn Applications Update (1994)(Acorn Computers).adf » !T1ToFont/Messages

!T1ToFont/Messages

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 » Archimedes archive » Apps » Acorn Applications Update (1994)(Acorn Computers).adf
Filename: !T1ToFont/Messages
Read OK:
File size: 0AC8 bytes
Load address: FFFFFF45
Exec address: 24E1364C
File contents
# Messages file for the Type 1 to Acorn font convertor

# Wimp title and version string
Title:Type 1 Converter
Version:1.26 (08-Feb-94)

# Scrap files for Type1 and Adobe Font Metrics files.
# Used when doing data imports.
Scrap1:<Wimp$ScrapDir>.Type1File
Scrap2:<Wimp$ScrapDir>.AFMFile
Scrap3:<Wimp$ScrapDir>.ConvFile
Scrap4:<Wimp$ScrapDir>.GenAFM

# Errors for directory operations
DirErr1:Directory %s does not exist
DirErr2:Could not create directory %s
DirErr3:Could not create directory - a file named %s exists
DirErr4:Object %s has unknown type %d

# General
NoWrite:Could not write "%s"
ImportErr:The data import operation failed
OutOfMem:Memory exhausted
PreProc1:Could not convert Mac Resource format
PreProc2:Could not convert PC Resource format
NoSaveDir:No save directory selected.  Make sure you have set Font$Path, and try again
NoName:Please enter a font name in the space provided
NoFiles:Please drag in a Type 1 file and/or an Adobe Font Metrics file
BadType1:Type 1 file "%s" not found
BadAFM:AFM file "%s" not found
NotAFM:File "%s" is being ignored because it is not a valid AFM file
FileOpenR:Could not open file %s for input
FileOpenW:Could not open file %s for output
NoAFM:Please provide an AFM file

# Parse errors
EncError:Error when reading encoding file
EncError2:Duplicate name in encoding file
AdobeEnc:Using Adobe Standard Encoding
MetFlags:Illegal metrics flags (&%X)
T1Number:Error in Type 1 file (number expected)
T1Bracket:Error in Type 1 file ([ expected)
T1Illegal:Error in Type 1 file (illegal opcode)
T1Accent:Error in Type 1 file (invalid SEAC accent)

BadArgs:Bad arguments
BadBBoxes:Bounding box calculation failed

# Titles of menus
SaveTitle:Save In
MainTitle:T1ToFont
MainItems:Save In,Encoding
EncTitle:Encoding
IconTitle:T1ToFont
IconItems:>Info,Quit

# Menu description for SAVE menu when there are no Font$Path entries directories
SaveNoDirs:~Please set Font$Path

# The line tagged "Encodings" specifies the contents of the Encodings
# menu.  Each item in it is a further tag which is looked up to obtain
# a name=filename pair.  The name is displayed on the menu and the
# filename is where that encoding is sought.  Encodings are searched
# for under the path T1ToFont:Encodings; see assignment of
# T1ToFont$Path in !Run.  If the filename is set to the special value
# "fontspecific", then rather than looking up the encoding in a file,
# the program attempts to lift it out of the Type 1 file, and if
# successful will leave it in the font directory where the font
# manager and PostScript printer driver will make use of it.

Encodings:base0,internal,sel,suss,sid
base0:Acorn Extended Latin=/Base0
internal:As specified in Type 1 file=fontspecific
sel:Selwyn=Selwyn
suss:Sussex=Sussex
sid:Sidney=Sidney
00000000  23 20 4d 65 73 73 61 67  65 73 20 66 69 6c 65 20  |# Messages file |
00000010  66 6f 72 20 74 68 65 20  54 79 70 65 20 31 20 74  |for the Type 1 t|
00000020  6f 20 41 63 6f 72 6e 20  66 6f 6e 74 20 63 6f 6e  |o Acorn font con|
00000030  76 65 72 74 6f 72 0a 0a  23 20 57 69 6d 70 20 74  |vertor..# Wimp t|
00000040  69 74 6c 65 20 61 6e 64  20 76 65 72 73 69 6f 6e  |itle and version|
00000050  20 73 74 72 69 6e 67 0a  54 69 74 6c 65 3a 54 79  | string.Title:Ty|
00000060  70 65 20 31 20 43 6f 6e  76 65 72 74 65 72 0a 56  |pe 1 Converter.V|
00000070  65 72 73 69 6f 6e 3a 31  2e 32 36 20 28 30 38 2d  |ersion:1.26 (08-|
00000080  46 65 62 2d 39 34 29 0a  0a 23 20 53 63 72 61 70  |Feb-94)..# Scrap|
00000090  20 66 69 6c 65 73 20 66  6f 72 20 54 79 70 65 31  | files for Type1|
000000a0  20 61 6e 64 20 41 64 6f  62 65 20 46 6f 6e 74 20  | and Adobe Font |
000000b0  4d 65 74 72 69 63 73 20  66 69 6c 65 73 2e 0a 23  |Metrics files..#|
000000c0  20 55 73 65 64 20 77 68  65 6e 20 64 6f 69 6e 67  | Used when doing|
000000d0  20 64 61 74 61 20 69 6d  70 6f 72 74 73 2e 0a 53  | data imports..S|
000000e0  63 72 61 70 31 3a 3c 57  69 6d 70 24 53 63 72 61  |crap1:<Wimp$Scra|
000000f0  70 44 69 72 3e 2e 54 79  70 65 31 46 69 6c 65 0a  |pDir>.Type1File.|
00000100  53 63 72 61 70 32 3a 3c  57 69 6d 70 24 53 63 72  |Scrap2:<Wimp$Scr|
00000110  61 70 44 69 72 3e 2e 41  46 4d 46 69 6c 65 0a 53  |apDir>.AFMFile.S|
00000120  63 72 61 70 33 3a 3c 57  69 6d 70 24 53 63 72 61  |crap3:<Wimp$Scra|
00000130  70 44 69 72 3e 2e 43 6f  6e 76 46 69 6c 65 0a 53  |pDir>.ConvFile.S|
00000140  63 72 61 70 34 3a 3c 57  69 6d 70 24 53 63 72 61  |crap4:<Wimp$Scra|
00000150  70 44 69 72 3e 2e 47 65  6e 41 46 4d 0a 0a 23 20  |pDir>.GenAFM..# |
00000160  45 72 72 6f 72 73 20 66  6f 72 20 64 69 72 65 63  |Errors for direc|
00000170  74 6f 72 79 20 6f 70 65  72 61 74 69 6f 6e 73 0a  |tory operations.|
00000180  44 69 72 45 72 72 31 3a  44 69 72 65 63 74 6f 72  |DirErr1:Director|
00000190  79 20 25 73 20 64 6f 65  73 20 6e 6f 74 20 65 78  |y %s does not ex|
000001a0  69 73 74 0a 44 69 72 45  72 72 32 3a 43 6f 75 6c  |ist.DirErr2:Coul|
000001b0  64 20 6e 6f 74 20 63 72  65 61 74 65 20 64 69 72  |d not create dir|
000001c0  65 63 74 6f 72 79 20 25  73 0a 44 69 72 45 72 72  |ectory %s.DirErr|
000001d0  33 3a 43 6f 75 6c 64 20  6e 6f 74 20 63 72 65 61  |3:Could not crea|
000001e0  74 65 20 64 69 72 65 63  74 6f 72 79 20 2d 20 61  |te directory - a|
000001f0  20 66 69 6c 65 20 6e 61  6d 65 64 20 25 73 20 65  | file named %s e|
00000200  78 69 73 74 73 0a 44 69  72 45 72 72 34 3a 4f 62  |xists.DirErr4:Ob|
00000210  6a 65 63 74 20 25 73 20  68 61 73 20 75 6e 6b 6e  |ject %s has unkn|
00000220  6f 77 6e 20 74 79 70 65  20 25 64 0a 0a 23 20 47  |own type %d..# G|
00000230  65 6e 65 72 61 6c 0a 4e  6f 57 72 69 74 65 3a 43  |eneral.NoWrite:C|
00000240  6f 75 6c 64 20 6e 6f 74  20 77 72 69 74 65 20 22  |ould not write "|
00000250  25 73 22 0a 49 6d 70 6f  72 74 45 72 72 3a 54 68  |%s".ImportErr:Th|
00000260  65 20 64 61 74 61 20 69  6d 70 6f 72 74 20 6f 70  |e data import op|
00000270  65 72 61 74 69 6f 6e 20  66 61 69 6c 65 64 0a 4f  |eration failed.O|
00000280  75 74 4f 66 4d 65 6d 3a  4d 65 6d 6f 72 79 20 65  |utOfMem:Memory e|
00000290  78 68 61 75 73 74 65 64  0a 50 72 65 50 72 6f 63  |xhausted.PreProc|
000002a0  31 3a 43 6f 75 6c 64 20  6e 6f 74 20 63 6f 6e 76  |1:Could not conv|
000002b0  65 72 74 20 4d 61 63 20  52 65 73 6f 75 72 63 65  |ert Mac Resource|
000002c0  20 66 6f 72 6d 61 74 0a  50 72 65 50 72 6f 63 32  | format.PreProc2|
000002d0  3a 43 6f 75 6c 64 20 6e  6f 74 20 63 6f 6e 76 65  |:Could not conve|
000002e0  72 74 20 50 43 20 52 65  73 6f 75 72 63 65 20 66  |rt PC Resource f|
000002f0  6f 72 6d 61 74 0a 4e 6f  53 61 76 65 44 69 72 3a  |ormat.NoSaveDir:|
00000300  4e 6f 20 73 61 76 65 20  64 69 72 65 63 74 6f 72  |No save director|
00000310  79 20 73 65 6c 65 63 74  65 64 2e 20 20 4d 61 6b  |y selected.  Mak|
00000320  65 20 73 75 72 65 20 79  6f 75 20 68 61 76 65 20  |e sure you have |
00000330  73 65 74 20 46 6f 6e 74  24 50 61 74 68 2c 20 61  |set Font$Path, a|
00000340  6e 64 20 74 72 79 20 61  67 61 69 6e 0a 4e 6f 4e  |nd try again.NoN|
00000350  61 6d 65 3a 50 6c 65 61  73 65 20 65 6e 74 65 72  |ame:Please enter|
00000360  20 61 20 66 6f 6e 74 20  6e 61 6d 65 20 69 6e 20  | a font name in |
00000370  74 68 65 20 73 70 61 63  65 20 70 72 6f 76 69 64  |the space provid|
00000380  65 64 0a 4e 6f 46 69 6c  65 73 3a 50 6c 65 61 73  |ed.NoFiles:Pleas|
00000390  65 20 64 72 61 67 20 69  6e 20 61 20 54 79 70 65  |e drag in a Type|
000003a0  20 31 20 66 69 6c 65 20  61 6e 64 2f 6f 72 20 61  | 1 file and/or a|
000003b0  6e 20 41 64 6f 62 65 20  46 6f 6e 74 20 4d 65 74  |n Adobe Font Met|
000003c0  72 69 63 73 20 66 69 6c  65 0a 42 61 64 54 79 70  |rics file.BadTyp|
000003d0  65 31 3a 54 79 70 65 20  31 20 66 69 6c 65 20 22  |e1:Type 1 file "|
000003e0  25 73 22 20 6e 6f 74 20  66 6f 75 6e 64 0a 42 61  |%s" not found.Ba|
000003f0  64 41 46 4d 3a 41 46 4d  20 66 69 6c 65 20 22 25  |dAFM:AFM file "%|
00000400  73 22 20 6e 6f 74 20 66  6f 75 6e 64 0a 4e 6f 74  |s" not found.Not|
00000410  41 46 4d 3a 46 69 6c 65  20 22 25 73 22 20 69 73  |AFM:File "%s" is|
00000420  20 62 65 69 6e 67 20 69  67 6e 6f 72 65 64 20 62  | being ignored b|
00000430  65 63 61 75 73 65 20 69  74 20 69 73 20 6e 6f 74  |ecause it is not|
00000440  20 61 20 76 61 6c 69 64  20 41 46 4d 20 66 69 6c  | a valid AFM fil|
00000450  65 0a 46 69 6c 65 4f 70  65 6e 52 3a 43 6f 75 6c  |e.FileOpenR:Coul|
00000460  64 20 6e 6f 74 20 6f 70  65 6e 20 66 69 6c 65 20  |d not open file |
00000470  25 73 20 66 6f 72 20 69  6e 70 75 74 0a 46 69 6c  |%s for input.Fil|
00000480  65 4f 70 65 6e 57 3a 43  6f 75 6c 64 20 6e 6f 74  |eOpenW:Could not|
00000490  20 6f 70 65 6e 20 66 69  6c 65 20 25 73 20 66 6f  | open file %s fo|
000004a0  72 20 6f 75 74 70 75 74  0a 4e 6f 41 46 4d 3a 50  |r output.NoAFM:P|
000004b0  6c 65 61 73 65 20 70 72  6f 76 69 64 65 20 61 6e  |lease provide an|
000004c0  20 41 46 4d 20 66 69 6c  65 0a 0a 23 20 50 61 72  | AFM file..# Par|
000004d0  73 65 20 65 72 72 6f 72  73 0a 45 6e 63 45 72 72  |se errors.EncErr|
000004e0  6f 72 3a 45 72 72 6f 72  20 77 68 65 6e 20 72 65  |or:Error when re|
000004f0  61 64 69 6e 67 20 65 6e  63 6f 64 69 6e 67 20 66  |ading encoding f|
00000500  69 6c 65 0a 45 6e 63 45  72 72 6f 72 32 3a 44 75  |ile.EncError2:Du|
00000510  70 6c 69 63 61 74 65 20  6e 61 6d 65 20 69 6e 20  |plicate name in |
00000520  65 6e 63 6f 64 69 6e 67  20 66 69 6c 65 0a 41 64  |encoding file.Ad|
00000530  6f 62 65 45 6e 63 3a 55  73 69 6e 67 20 41 64 6f  |obeEnc:Using Ado|
00000540  62 65 20 53 74 61 6e 64  61 72 64 20 45 6e 63 6f  |be Standard Enco|
00000550  64 69 6e 67 0a 4d 65 74  46 6c 61 67 73 3a 49 6c  |ding.MetFlags:Il|
00000560  6c 65 67 61 6c 20 6d 65  74 72 69 63 73 20 66 6c  |legal metrics fl|
00000570  61 67 73 20 28 26 25 58  29 0a 54 31 4e 75 6d 62  |ags (&%X).T1Numb|
00000580  65 72 3a 45 72 72 6f 72  20 69 6e 20 54 79 70 65  |er:Error in Type|
00000590  20 31 20 66 69 6c 65 20  28 6e 75 6d 62 65 72 20  | 1 file (number |
000005a0  65 78 70 65 63 74 65 64  29 0a 54 31 42 72 61 63  |expected).T1Brac|
000005b0  6b 65 74 3a 45 72 72 6f  72 20 69 6e 20 54 79 70  |ket:Error in Typ|
000005c0  65 20 31 20 66 69 6c 65  20 28 5b 20 65 78 70 65  |e 1 file ([ expe|
000005d0  63 74 65 64 29 0a 54 31  49 6c 6c 65 67 61 6c 3a  |cted).T1Illegal:|
000005e0  45 72 72 6f 72 20 69 6e  20 54 79 70 65 20 31 20  |Error in Type 1 |
000005f0  66 69 6c 65 20 28 69 6c  6c 65 67 61 6c 20 6f 70  |file (illegal op|
00000600  63 6f 64 65 29 0a 54 31  41 63 63 65 6e 74 3a 45  |code).T1Accent:E|
00000610  72 72 6f 72 20 69 6e 20  54 79 70 65 20 31 20 66  |rror in Type 1 f|
00000620  69 6c 65 20 28 69 6e 76  61 6c 69 64 20 53 45 41  |ile (invalid SEA|
00000630  43 20 61 63 63 65 6e 74  29 0a 0a 42 61 64 41 72  |C accent)..BadAr|
00000640  67 73 3a 42 61 64 20 61  72 67 75 6d 65 6e 74 73  |gs:Bad arguments|
00000650  0a 42 61 64 42 42 6f 78  65 73 3a 42 6f 75 6e 64  |.BadBBoxes:Bound|
00000660  69 6e 67 20 62 6f 78 20  63 61 6c 63 75 6c 61 74  |ing box calculat|
00000670  69 6f 6e 20 66 61 69 6c  65 64 0a 0a 23 20 54 69  |ion failed..# Ti|
00000680  74 6c 65 73 20 6f 66 20  6d 65 6e 75 73 0a 53 61  |tles of menus.Sa|
00000690  76 65 54 69 74 6c 65 3a  53 61 76 65 20 49 6e 0a  |veTitle:Save In.|
000006a0  4d 61 69 6e 54 69 74 6c  65 3a 54 31 54 6f 46 6f  |MainTitle:T1ToFo|
000006b0  6e 74 0a 4d 61 69 6e 49  74 65 6d 73 3a 53 61 76  |nt.MainItems:Sav|
000006c0  65 20 49 6e 2c 45 6e 63  6f 64 69 6e 67 0a 45 6e  |e In,Encoding.En|
000006d0  63 54 69 74 6c 65 3a 45  6e 63 6f 64 69 6e 67 0a  |cTitle:Encoding.|
000006e0  49 63 6f 6e 54 69 74 6c  65 3a 54 31 54 6f 46 6f  |IconTitle:T1ToFo|
000006f0  6e 74 0a 49 63 6f 6e 49  74 65 6d 73 3a 3e 49 6e  |nt.IconItems:>In|
00000700  66 6f 2c 51 75 69 74 0a  0a 23 20 4d 65 6e 75 20  |fo,Quit..# Menu |
00000710  64 65 73 63 72 69 70 74  69 6f 6e 20 66 6f 72 20  |description for |
00000720  53 41 56 45 20 6d 65 6e  75 20 77 68 65 6e 20 74  |SAVE menu when t|
00000730  68 65 72 65 20 61 72 65  20 6e 6f 20 46 6f 6e 74  |here are no Font|
00000740  24 50 61 74 68 20 65 6e  74 72 69 65 73 20 64 69  |$Path entries di|
00000750  72 65 63 74 6f 72 69 65  73 0a 53 61 76 65 4e 6f  |rectories.SaveNo|
00000760  44 69 72 73 3a 7e 50 6c  65 61 73 65 20 73 65 74  |Dirs:~Please set|
00000770  20 46 6f 6e 74 24 50 61  74 68 0a 0a 23 20 54 68  | Font$Path..# Th|
00000780  65 20 6c 69 6e 65 20 74  61 67 67 65 64 20 22 45  |e line tagged "E|
00000790  6e 63 6f 64 69 6e 67 73  22 20 73 70 65 63 69 66  |ncodings" specif|
000007a0  69 65 73 20 74 68 65 20  63 6f 6e 74 65 6e 74 73  |ies the contents|
000007b0  20 6f 66 20 74 68 65 20  45 6e 63 6f 64 69 6e 67  | of the Encoding|
000007c0  73 0a 23 20 6d 65 6e 75  2e 20 20 45 61 63 68 20  |s.# menu.  Each |
000007d0  69 74 65 6d 20 69 6e 20  69 74 20 69 73 20 61 20  |item in it is a |
000007e0  66 75 72 74 68 65 72 20  74 61 67 20 77 68 69 63  |further tag whic|
000007f0  68 20 69 73 20 6c 6f 6f  6b 65 64 20 75 70 20 74  |h is looked up t|
00000800  6f 20 6f 62 74 61 69 6e  0a 23 20 61 20 6e 61 6d  |o obtain.# a nam|
00000810  65 3d 66 69 6c 65 6e 61  6d 65 20 70 61 69 72 2e  |e=filename pair.|
00000820  20 20 54 68 65 20 6e 61  6d 65 20 69 73 20 64 69  |  The name is di|
00000830  73 70 6c 61 79 65 64 20  6f 6e 20 74 68 65 20 6d  |splayed on the m|
00000840  65 6e 75 20 61 6e 64 20  74 68 65 0a 23 20 66 69  |enu and the.# fi|
00000850  6c 65 6e 61 6d 65 20 69  73 20 77 68 65 72 65 20  |lename is where |
00000860  74 68 61 74 20 65 6e 63  6f 64 69 6e 67 20 69 73  |that encoding is|
00000870  20 73 6f 75 67 68 74 2e  20 20 45 6e 63 6f 64 69  | sought.  Encodi|
00000880  6e 67 73 20 61 72 65 20  73 65 61 72 63 68 65 64  |ngs are searched|
00000890  0a 23 20 66 6f 72 20 75  6e 64 65 72 20 74 68 65  |.# for under the|
000008a0  20 70 61 74 68 20 54 31  54 6f 46 6f 6e 74 3a 45  | path T1ToFont:E|
000008b0  6e 63 6f 64 69 6e 67 73  3b 20 73 65 65 20 61 73  |ncodings; see as|
000008c0  73 69 67 6e 6d 65 6e 74  20 6f 66 0a 23 20 54 31  |signment of.# T1|
000008d0  54 6f 46 6f 6e 74 24 50  61 74 68 20 69 6e 20 21  |ToFont$Path in !|
000008e0  52 75 6e 2e 20 20 49 66  20 74 68 65 20 66 69 6c  |Run.  If the fil|
000008f0  65 6e 61 6d 65 20 69 73  20 73 65 74 20 74 6f 20  |ename is set to |
00000900  74 68 65 20 73 70 65 63  69 61 6c 20 76 61 6c 75  |the special valu|
00000910  65 0a 23 20 22 66 6f 6e  74 73 70 65 63 69 66 69  |e.# "fontspecifi|
00000920  63 22 2c 20 74 68 65 6e  20 72 61 74 68 65 72 20  |c", then rather |
00000930  74 68 61 6e 20 6c 6f 6f  6b 69 6e 67 20 75 70 20  |than looking up |
00000940  74 68 65 20 65 6e 63 6f  64 69 6e 67 20 69 6e 20  |the encoding in |
00000950  61 20 66 69 6c 65 2c 0a  23 20 74 68 65 20 70 72  |a file,.# the pr|
00000960  6f 67 72 61 6d 20 61 74  74 65 6d 70 74 73 20 74  |ogram attempts t|
00000970  6f 20 6c 69 66 74 20 69  74 20 6f 75 74 20 6f 66  |o lift it out of|
00000980  20 74 68 65 20 54 79 70  65 20 31 20 66 69 6c 65  | the Type 1 file|
00000990  2c 20 61 6e 64 20 69 66  0a 23 20 73 75 63 63 65  |, and if.# succe|
000009a0  73 73 66 75 6c 20 77 69  6c 6c 20 6c 65 61 76 65  |ssful will leave|
000009b0  20 69 74 20 69 6e 20 74  68 65 20 66 6f 6e 74 20  | it in the font |
000009c0  64 69 72 65 63 74 6f 72  79 20 77 68 65 72 65 20  |directory where |
000009d0  74 68 65 20 66 6f 6e 74  0a 23 20 6d 61 6e 61 67  |the font.# manag|
000009e0  65 72 20 61 6e 64 20 50  6f 73 74 53 63 72 69 70  |er and PostScrip|
000009f0  74 20 70 72 69 6e 74 65  72 20 64 72 69 76 65 72  |t printer driver|
00000a00  20 77 69 6c 6c 20 6d 61  6b 65 20 75 73 65 20 6f  | will make use o|
00000a10  66 20 69 74 2e 0a 0a 45  6e 63 6f 64 69 6e 67 73  |f it...Encodings|
00000a20  3a 62 61 73 65 30 2c 69  6e 74 65 72 6e 61 6c 2c  |:base0,internal,|
00000a30  73 65 6c 2c 73 75 73 73  2c 73 69 64 0a 62 61 73  |sel,suss,sid.bas|
00000a40  65 30 3a 41 63 6f 72 6e  20 45 78 74 65 6e 64 65  |e0:Acorn Extende|
00000a50  64 20 4c 61 74 69 6e 3d  2f 42 61 73 65 30 0a 69  |d Latin=/Base0.i|
00000a60  6e 74 65 72 6e 61 6c 3a  41 73 20 73 70 65 63 69  |nternal:As speci|
00000a70  66 69 65 64 20 69 6e 20  54 79 70 65 20 31 20 66  |fied in Type 1 f|
00000a80  69 6c 65 3d 66 6f 6e 74  73 70 65 63 69 66 69 63  |ile=fontspecific|
00000a90  0a 73 65 6c 3a 53 65 6c  77 79 6e 3d 53 65 6c 77  |.sel:Selwyn=Selw|
00000aa0  79 6e 0a 73 75 73 73 3a  53 75 73 73 65 78 3d 53  |yn.suss:Sussex=S|
00000ab0  75 73 73 65 78 0a 73 69  64 3a 53 69 64 6e 65 79  |ussex.sid:Sidney|
00000ac0  3d 53 69 64 6e 65 79 0a                           |=Sidney.|
00000ac8