Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P poppler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 662
    • Issues 662
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Merge requests
  • !880

pdfinfo can not handle dates encoded in unicode

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adrian Johnson requested to merge ajohnson/poppler:unicode-date into master Jul 03, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 7

I have a PDF that has the CreationDate string in Unicode encoding. The date displays correctly in Okular and Evince but pdfinfo prints garbage in the date field.

This MR fixes the pdfinfo date parsing and also ensures that if the date can not be parsed, the fallback to printing the date string handles unicode.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: unicode-date