-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
BUG: Support UTF-16-LE Strings #1884
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1884 +/- ##
==========================================
+ Coverage 93.40% 93.87% +0.46%
==========================================
Files 34 34
Lines 6627 6854 +227
Branches 1299 1352 +53
==========================================
+ Hits 6190 6434 +244
+ Misses 285 273 -12
+ Partials 152 147 -5
☔ View full report in Codecov by Sentry. |
@pubpub-zz I have a hard time reviewing this / understanding the impact. Should be fine, right? |
For me yes |
Thank you @pubpub-zz 🙏 |
@adamchainz Thank you for your contribution ❤️ I'm sorry for the delay - I'm not a PDF expert and sometimes I need feedback by people who know more about PDF than I do (like pubpub-zz). Your contribution is now in If you want, I can add you to https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html as well :-) |
No worries, I'm no expert either! Don't worry about adding me to the CONTRIBUTORS list. |
Bug Fixes (BUG): - Prevent updating page contents after merging page (stamping/watermarking) (#1952) - % to be hex encoded in names (#1958) - Inverse color in CMYK images (#1947) - Dates conversion not working with Z00\'00\' (#1946) - Support UTF-16-LE Strings (#1884) [Full Changelog](3.12.0...3.12.1)
Bug Fixes (BUG): - Prevent updating page contents after merging page (stamping/watermarking) (#1952) - % to be hex encoded in names (#1958) - Inverse color in CMYK images (#1947) - Dates conversion not working with Z00\'00\' (#1946) - Support UTF-16-LE Strings (#1884) [Full Changelog](3.12.0...3.12.1)
@adamchainz |
I’m sorry, I no longer have access to the problem PDF. But yes the issue was in the information metadata, and at least macOS Preview correctly displayed the information: #1838 (comment) . |
Fixes #1838.