Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all glyphs for standard ASCII set displaying #577

Closed
dwellervoid opened this issue Jun 2, 2020 · 4 comments
Closed

Support all glyphs for standard ASCII set displaying #577

dwellervoid opened this issue Jun 2, 2020 · 4 comments

Comments

@dwellervoid
Copy link

It is useful, when the terminal font supports all possible ASCII glyphs. Iosevka 3.1.1 supports most of them, but not yet all, as you can see on the image (extra bold SS14 variant was used):
ascii
Other fonts like e.g. Lucida Console support full set of ASCII glyphs, so it will be great, if iosevka will support them too. Maybe all glyphs are already exist in font, so only mapping should be corrected.

Look at glyphs with codes 0x01, 0x02 and maybe 0x7F, they are absent.

@be5invis
Copy link
Owner

be5invis commented Jun 2, 2020

This is CP437, not ASCII.

@be5invis
Copy link
Owner

be5invis commented Jun 3, 2020

image

@be5invis be5invis closed this as completed Jun 3, 2020
@paolobolzoni
Copy link
Contributor

pngout

I rebuilt iosevka from the dev branch, how can I see those glyphs? Since it is not Ascii, do I need to something unusual?

@be5invis
Copy link
Owner

@paolobolzoni You can try grab the chars from https://en.wikipedia.org/wiki/Code_page_437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants