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

Throws Value Error, does not patch font. #26

Open
SirFireball3521 opened this issue Mar 23, 2021 · 0 comments
Open

Throws Value Error, does not patch font. #26

SirFireball3521 opened this issue Mar 23, 2021 · 0 comments

Comments

@SirFireball3521
Copy link

I ran: ./powerline-fontpatcher --source-font /usr/share/fonts/opentype/PowerlineSymbols.otf /usr/share/fonts/truetype/vlgothic/OxygenMono-Regular.ttf. All the paths in this are correct, and I have rw permissions. Here's the full error message:

Traceback (most recent call last):
  File "./powerline-fontpatcher", line 144, in <module>
    raise SystemExit(main(sys.argv[1:]))
  File "./powerline-fontpatcher", line 141, in main
    return patch_fonts(args.source_font, args.target_fonts, args.rename_font)
  File "./powerline-fontpatcher", line 133, in patch_fonts
    patch_one_font(source_font, target_font, rename_font)
  File "./powerline-fontpatcher", line 104, in patch_one_font
    target_font.selection.select(source_glyph.unicode)
ValueError: Encoding is out of range
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

1 participant