source-foundry / Hack

A typeface designed for source code
http://sourcefoundry.org/hack/
Other
16.51k stars 614 forks source link

[wishlist] Unicode "lock" symbol #99

Open paride opened 9 years ago

paride commented 9 years ago

The "open lock" symbol U+1F512 is used by vim-airline to show that a file is encrypted. This is the symbol:

http://graphemica.com/%F0%9F%94%92

it would be nice to have it in Hack, together with the open lock U+1F513.

Paride

chrissimpkins commented 9 years ago

Can you point me to the vim airline documentation that shows the entire symbol set? The Powerline glyph set includes a lock glyph that is mapped to the Unicode private use area, but it sounds like these are characters are different. There is no open lock in the Powerline set.

paride commented 9 years ago

Sure, check line 182 of this document:

https://github.com/bling/vim-airline/blob/master/doc/airline.txt

It seems that only the closed lock is used. Thanks for looking into this!

Paride

chrissimpkins commented 9 years ago

Marking this for future reference:

https://github.com/bling/vim-airline/blob/master/doc/airline.txt#L177

It looks like there are a number of glyphs that differ from the Powerline set. I will need to confirm what is and is not currently included in this project.