jsummers / deark

A utility for file format and metadata analysis, data extraction, decompression, and image format decoding
https://entropymine.com/deark/
Other
169 stars 10 forks source link

PETSCII #30

Open polluks opened 2 years ago

polluks commented 2 years ago

https://github.com/jsummers/deark/blob/fb671aa5d1b4317fabe5aab3e3713ca4b5798f95/modules/basic-c64.c#L10 FYI https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing

jsummers commented 2 years ago

Thanks. I should probably update that comment, at least. I know about the additions to Unicode 13 -- some are used in Deark's PETSCII translation table.

I'll think about adding a UTF-8 option to the basic_c64 module, but it would take some work to do it well, and I'm not sure it's worth the trouble. Also, C64 BASIC program listings may have reverse-video characters, which would still be a problem.