maxpmaxp / pdfreader

Python API for PDF documents
MIT License
117 stars 27 forks source link

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

Closed maxpmaxp closed 7 months ago

maxpmaxp commented 7 months ago

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