Re[2]: [cc65] dummy questions...

Date view Thread view Subject view

From: groepaz (groepaz_at_gmx.net)
Date: 2002-02-14 22:06:00


Hello Ullrich,

Thursday, February 14, 2002, 8:52:30 PM, you wrote:

UvB> '_' (0x5F in ISO-8859-1) translates into 0x5F for the CBMs. Maybe because the
UvB> PETs don't have an underscore? I've used the translation table from Craig
UvB> Bruce, which has vanished when he moved his pages. Which translation would you
UvB> suggest instead?

oh dont have PETs the PETscii (*G*) character set aswell ? :=D

ok... just hacked some kind character test crap proggy.... while you
are at it, add these .... :o)

char   ascii=>petscii
\      0x5c    0x2f (or 0x5f if 0x2f causes probs)
_      0x5f    0xaf
´      0x60    0x27
{      0x7b    0xaa
|      0x7c    0x7d
}      0x7d    0xb4
~      0x7e    0xa3

rest of the chars is ok (and with these changes, atleast the full 7bit
set is translated atleast readable :o))

-- 
Best regards,
 groepaz                            mailto:groepaz_at_gmx.net


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-02-14 22:06:44 CET