Commit e431216
committed
Remove proprietary glyphname <> unicode conversion
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.1 parent b0011aa commit e431216
1 file changed
+16
-525
lines changed
0 commit comments