Page 2 of 2

Re: ASCII ReadFile

Posted: Fri Apr 25, 2025 12:36 pm
by Demivec
rndrei wrote: Fri Apr 25, 2025 11:27 am
NicTheQuick wrote: Mon Apr 21, 2025 6:07 pm
rndrei wrote: Mon Apr 21, 2025 2:54 pm I understand, I will understand, it probably still depends on the font!?
Yes, it also depends on the font. If the font has printable characters for all of the ASCII codes from 0-255 then you would see something different than these squares with hexadezimal numbers in it. But no usual font as these control characters as valid characters.
I didn’t google, maybe you have such a font?
Perhaps these fonts might work for you: https://www.compendiumarcana.com/ccfont/

Re: ASCII ReadFile

Posted: Sat Apr 26, 2025 12:30 pm
by Axolotl
Demivec wrote: Fri Apr 25, 2025 12:36 pm .....
Perhaps these fonts might work for you: https://www.compendiumarcana.com/ccfont/
Hey Demivec, the fonts are cool.
As a cautious person, i would like to point out that no license is specified!

Re: ASCII ReadFile

Posted: Sat Apr 26, 2025 1:02 pm
by infratec
For something like that, I don't use a font which needs to be installed,
I use a hex viewer:

https://www.purebasic.fr/english/viewtopic.php?t=78858

Re: ASCII ReadFile

Posted: Sat Apr 26, 2025 2:49 pm
by rndrei
infratec wrote: Sat Apr 26, 2025 1:02 pm For something like that, I don't use a font which needs to be installed,
I use a hex viewer:

https://www.purebasic.fr/english/viewtopic.php?t=78858
What you need! I will study!