maxpmaxp / pdfreader

Python API for PDF documents
MIT License
113 stars 26 forks source link

ISSUE-106: use Unicode replace character when codes are out of Unicode range #117

Closed maxpmaxp closed 4 months ago

maxpmaxp commented 4 months ago

Fixes #106 - the problem was with the unicode characters out of Unicode range. We use the replacement character for these cases now.