viznut / unscii

UNSCII, a Unicode bitmap font family inspired by classic computer systems.
77 stars 3 forks source link

Some cp437 glyphs missing in unscii-8 (but are in pc8) #4

Open vmedea opened 1 year ago

vmedea commented 1 year ago

Thanks for giving us this great font!

I noticed that the following commonly-used unicode characters used for cp437 mapping are missing in the generated font (at least the size 8 one):

I'm not sure if they are intentionally filtered out in some part of the pipeline.

jdebp commented 1 year ago

The font-pc8.txt and font-pc16.txt source files are simply not used to build the fonts in the first place.

It's possible to generate, say, unscii-16-pc16 and unscii-8-pc8 variants by using these as the "patch" with assemble.pl, and I have a fork where I do this.