ASCII ReadFile

Just starting out? Need help? Post your questions and find answers here.
User avatar
Demivec
Addict
Addict
Posts: 4259
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: ASCII ReadFile

Post 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/
Axolotl
Enthusiast
Enthusiast
Posts: 798
Joined: Wed Dec 31, 2008 3:36 pm

Re: ASCII ReadFile

Post 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!
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
infratec
Always Here
Always Here
Posts: 7576
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: ASCII ReadFile

Post 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
User avatar
rndrei
Enthusiast
Enthusiast
Posts: 151
Joined: Thu Dec 28, 2023 9:04 pm

Re: ASCII ReadFile

Post 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!
Post Reply