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

name2unicode() should follow the Adobe Glyph List Specification #263

Merged

Commits on Jul 10, 2019

  1. Add some (failing) unittests for name2unicode based on the examples i…

    …n the Adobe Glyph List Specification
    pietermarsman committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ec5218a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7ac7e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Change implementation of name2unicode such that it follows the Adobe …

    …Glyph specs (with allowing lowercase)
    pietermarsman committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    f0392f8 View commit details
    Browse the repository at this point in the history
  2. Add docstring to Type1FontHeaderParser.get_encoding() that describes …

    …that the custom CharStrings of the font are mapped to ''
    pietermarsman committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    33cc986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb7e54 View commit details
    Browse the repository at this point in the history
  4. Use KeyError to signal that the name does not resemble any unicode, t…

    …his pattern is also used in the rest of pdfminer.six
    pietermarsman committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c597e95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e24bfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bb850c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    0fb8336 View commit details
    Browse the repository at this point in the history
  2. Raise a KeyError with a useful message if unicode2name() does not…

    … match any glyph name. Use this message to log debug statements.
    pietermarsman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6f362f5 View commit details
    Browse the repository at this point in the history