Hello Jeroen,

Am 06.03.2018 um 12:59 schrieb Jeroen Ooms:
> On Tue, Mar 6, 2018 at 10:31 AM, Adam Reichold
> <adam.reich...@t-online.de> wrote:
>> Hello mpsuzuki,
>>
>> from a glance at the code, it seems page::text uses ustring::from_utf8
>> to convert Poppler's GooString into ustring which seems correct if
>> GlobalParams::textEncoding has its default value of "UTF-8" .
> 
> I don't understand this part. Why is textEncoding a global property?
> Shouldn't this be a property of single pdf document? Is there some way
> I can read a document's encoding from the C++ api (without including
> GlobalParams.h).
> 
> The pdf spec states that different strings may have different
> encodings. Perhaps it would be possible to expose an encoding field in
> the ustring class? If there would be a way to know the encoding of a
> ustring, I can get the raw data and convert it to a suitable encoding
> myself. This would be much better than making assumptions.

This is not the encoding of the text in the PDF document, but the
encoding of the GooString that are returned by the internal Poppler API.
Also I think the ustring class is intended to always store UTF-16
encoded data.

Best regards, Adam.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to