-
Notifications
You must be signed in to change notification settings - Fork 930
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
name2unicode() should follow the Adobe Glyph List Specification #263
name2unicode() should follow the Adobe Glyph List Specification #263
Commits on Jul 10, 2019
-
Add some (failing) unittests for name2unicode based on the examples i…
…n the Adobe Glyph List Specification
Configuration menu - View commit details
-
Copy full SHA for ec5218a - Browse repository at this point
Copy the full SHA ec5218aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7ac7e - Browse repository at this point
Copy the full SHA 5d7ac7eView commit details
Commits on Jul 14, 2019
-
Change implementation of name2unicode such that it follows the Adobe …
…Glyph specs (with allowing lowercase)
Configuration menu - View commit details
-
Copy full SHA for f0392f8 - Browse repository at this point
Copy the full SHA f0392f8View commit details -
Add docstring to Type1FontHeaderParser.get_encoding() that describes …
…that the custom CharStrings of the font are mapped to ''
Configuration menu - View commit details
-
Copy full SHA for 33cc986 - Browse repository at this point
Copy the full SHA 33cc986View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb7e54 - Browse repository at this point
Copy the full SHA fdb7e54View commit details -
Use KeyError to signal that the name does not resemble any unicode, t…
…his pattern is also used in the rest of pdfminer.six
Configuration menu - View commit details
-
Copy full SHA for c597e95 - Browse repository at this point
Copy the full SHA c597e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e24bfa - Browse repository at this point
Copy the full SHA 1e24bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb850c - Browse repository at this point
Copy the full SHA 2bb850cView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0fb8336 - Browse repository at this point
Copy the full SHA 0fb8336View commit details -
Raise a
KeyError
with a useful message ifunicode2name()
does not…… match any glyph name. Use this message to log debug statements.
Configuration menu - View commit details
-
Copy full SHA for 6f362f5 - Browse repository at this point
Copy the full SHA 6f362f5View commit details