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

replace glyphs in material-nf which are overwritten arabic chars #1280

Merged
merged 1 commit into from
Jul 21, 2021

Commits on Jul 21, 2021

  1. replace glyphs in material-nf which are overwritten arabic chars

    NerdFonts has one big issue. They overwrite code points which are
    reserved for chinese and arabic letters (range 0xf500-0xfd46).
    While overwriting chinese letters is bad, they are LTR glyphs and print
    "normally".
    `net_loopback` and `update` used to be symbols that usually map
    to arabic letters which make pango print those strings RTL. I
    tried to fix this with the LTR marker 0x200e in greshake#1206 but it failed.
    This PR replaces the symbols with similar ones that don't map to
    the arabic charset.
    nerd-font issue: ryanoasis/nerd-fonts#365
    fixes greshake#1206
    Frederik Schwan committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4144c6b View commit details
    Browse the repository at this point in the history