-
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
ROB : utf-16-be' codec can't decode (...) #988 #995
Conversation
the data bytes are not matching encoding expectation
Codecov Report
@@ Coverage Diff @@
## main #995 +/- ##
==========================================
+ Coverage 85.51% 85.55% +0.03%
==========================================
Files 18 18
Lines 4178 4180 +2
Branches 886 886
==========================================
+ Hits 3573 3576 +3
+ Misses 420 419 -1
Partials 185 185
Continue to review full report at Codecov.
|
My test looks good 👍 May I merge it? It closes #988 |
Could one of the PDFs linked in #988 be included as part of an |
@MasterOdin sadly not. We don't know how the copyright situation is. I think downloading it on execution temporarily is OK, but including it in the git history most likely is not. I'm also not happy about it |
All good for me. |
@MartinThoma |
Performance Improvements (PI): - Remove b_ calls (#992, #986) - Apply improvements to _utils suggested by perflint (#993) Robustness (ROB): - utf-16-be\' codec can\'t decode (...) (#995) Documentation (DOC): - Remove reference to Scripts (#987) Developer Experience (DEV): - Fix type annotations for add_bookmarks (#1000) Testing (TST): - Add test for PdfMerger (#1001) - Add tests for XMP information (#996) - reader.get_fields / zlib issue / LZW decode issue (#1004) - reader.get_fields with report generation (#1002) - Improve test coverage by extracting texts (#998) Code Style (STY): - Apply fixes suggested by pylint (#999) Full Changelog: 2.2.0...2.2.1
No description provided.