Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Substitute missing glyphs in fonts #8

Open
mwisnicki opened this issue Sep 29, 2010 · 0 comments
Open

Substitute missing glyphs in fonts #8

mwisnicki opened this issue Sep 29, 2010 · 0 comments

Comments

@mwisnicki
Copy link
Owner

Most fonts are missing many unicode glyphs, not just line drawing but also certain characters: ruby -e 'puts "\342\200\220"'

Should print something like or - (in ascii), which is commonly found in manual pages when LC_CTYPE=UTF-8.

Solutions:

  1. Approximate with other symbol
  2. Substitute with glyph from other font (which?)

Related:
http://code.google.com/p/mintty/issues/detail?id=130#c8

Wishlist:
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/unicode-mappings.html

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

No branches or pull requests

1 participant