Skip to content

cpp: Fix page::text_list encoding issue

Albert Astals Cid requested to merge aacid/poppler:fix_cpp_text_list into master

Text from TextoutputDev always comes in UTF-8

Well it comes in GlobalParams::textEncoding but that is UTF-8 and we don't let people change it

Merge request reports