Skip to content

Commit

Permalink
Remove proprietary glyphname <> unicode conversion
Browse files Browse the repository at this point in the history
PyMuPDF unnecessarily provides proprietary code for Unicode to glyph name conversion and back.
This fix uses the built-in Python module "unicodedata" for providing the same functionality.
Note that we import this module within the respective two functions. They are rarely used and thus this import shouldn't charge PyMuPDF's import with additional processing.
  • Loading branch information
JorjMcKie committed Dec 15, 2024
1 parent b0011aa commit e431216
Showing 1 changed file with 16 additions and 525 deletions.
Loading

0 comments on commit e431216

Please sign in to comment.