; full ATASCII -> PC (PC 437 - USA,›; Standard Europe)››FORMAT W 80 ;For the case of lines›EOL > 13,10 ;longer than 80 chars/ln››$9B > 13,10 /EOL›› 0 > $EC ;heart (n.i. -› ; - not implemented on PC)› 1 > $C3 ;line› 2 > $DE ;line (approx.)› 3 > $D9 ;line› 4 > $B4 ;line› 5 > $BF ;line› 6 > "/" ;line (approx.)› 7 > "\" ;line (approx.)› 8 > "/" ;bottom-right half (n.i.)› 9 > $DE ;bottom-right corner (n.i.)› $A > "\" ;bottom-left half (n.i.)› $B > $DE ;upper-right corner (n.i.)› $C > $DD ;upper-left corner (n.i.)› $D > $DF ;line (approx.)› $E > "_" ;line (approx.)› $F > $DD ;bottom-left corner (n.i.)››$10 > $E8 ;card symbol (n.i.)›$11 > $DA ;line›$12 > $C4 ;line›$13 > $C5 ;line›$14 > $FE ;large dot (approx.)›$15 > $DC ;bottom half›$16 > $DD ;line (approx.)›$17 > $C2 ;line›$18 > $C1 ;line›$19 > $DD ;left half›$1A > $C0 ;line›$1B > $E4 ;escape (n.i.)›$1C > $F4 ;up (n.i.)›$1D > $F5 ;down (n.i.)›$1E > $AE ;left (n.i.)›$1F > $AF ;right (n.i.)››$60 > $F9 ;large dot (approx.)››$7B > $EA ;card symbol (n.i.)›$7D > $B8 ;cls (n.i.)›$7E > $F3 ;backspace (n.i.)›$7F > $F2 ;tab (n.i.)››; *** INVERSE CHARACTERS ***››$80 > $EC ;heart (n.i.)›$81 > $CC ;double line (approx.)›$82 > $DD ;left 3/4 (approx.)›$83 > $BC ;double line (approx.)›$84 > $B9 ;double line (approx.)›$85 > $BB ;double line (approx.)›$86 > "/" ;inverse line (n.i.)›$87 > "\" ;inverse line (n.i.)›$88 > "/" ;upper-left half (n.i.)›$89 > $DB ;inv.btm-rght corner (n.i.)›$8A > "\" ;upper-right half (n.i.)›$8B > $DB ;inv.upr-rght corner (n.i.)›$8C > $DB ;inv.upr-left corner (n.i.)›$8D > $DC ;bottom 3/4 (approx.)›$8E > $DF ;upper 3/4 (approx.)›$8F > $DB ;inv.btm-left corner (n.i.)››$90 > $E8 ;card symbol (n.i.)›$91 > $C9 ;double line (approx.)›$92 > $CD ;double line (approx.)›$93 > $CE ;double line (approx.)›$94 > $FE ;inv. large dot (n.i.)›$95 > $DF ;upper half›$96 > $DE ;right 3/4 (approx.)›$97 > $CB ;double line (approx.)›$98 > $CA ;double line (approx.)›$99 > $DE ;right half›$9A > $C8 ;double line (approx.)›$9C > $F4 ;del.line (n.i.)›$9D > $F5 ;ins.line (n.i.)›$9E > $AE ;clr.tab (n.i.)›$9F > $AF ;set tab (n.i.)››$A0-$FA>&$7F ;Inverse standard chars.›$E0 > $F9 ;inv. large dot (n.i.)››$FB > $EA ;card symbol (n.i.)›$FC > $BA ;double line (approx.)›$FD > $B8 ;bell (n.i.)›$FE > $F3 ;delete (n.i.)›$FF > $F2 ;insert (n.i.)››