This isn’t ASCII but Unicode in UTF-8. The difference is that there are many more bytes per character, the text is incompatible with older systems (most notably for here, the Linux framebuffer), and Unicode has 2^14 times as many runes, so it is much more expressive. ASCII was a 7-bit encoding that remains in use as a subset of the intentionally backwards-compatible UTF-8; ASCII text is valid UTF-8, but valid UTF-8 is not necessarily ASCII.
Because ASCII is 7-bit, the above script, which prints the hexadecimal representations of the byte representations of each unique character given on standard input, would show numbers lower than 0x80 (or less than 0b 1000 0000, so the first digit is 0-7) given ASCII input. As UTF-8 encodes Unicode using bytes with values greater than 0x80, all its Unicode-encoding bytes start with 8-f.
If you haven’t taken a stab at pure ASCII art rather than Unicode art, I recommend it. Limitation begets creativity.
Thank you for letting me know! I was vaguely aware of the option but didn’t know it was both long-available and codified in POSIX.1, I’ll start using it.
I appreciate the thoughtful response! I shouldn’t have assumed all text art would be called ASCII art. I’m going to spend a little time learning more about this
I tried remaking this in pure ASCII and I see exactly what you mean now, this is much harder
this would be epic but the “powered by” part would be an issue to include
this is what it would look like if its 23 rows. though i have no idea the maximum size for the ascii would be.
I was thinking about something like that, and making the proceeds go to @Rex . I honestly just dont have the time to arrange the logistics etc.
Also, can not sell them, since its a blatant ripoff of the old Intel logo. But if anyone is interested in setting it up, you could accept donations for Rex for instance;) That would have my full approval.
If anyone beside REX makes money of the image, i want a share ofc
Personally, in the cases of people generating these ASCII logos, I am much more interested in the command lines used to create these than the final product. This case of input being as if not more valuable than output is paralleled in use of LLMs or the free (and therefore open-source) software movement.