You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a PdfString from utf8 fails with multibyte characters. A minimal example is creating a pdfstring from the utf8-string "iß". My guess for the reason is the +1 in the declaration of the sourceEnd variable in the "ConvertUTF8toUTF16" function in PdfString.cpp, but i had no time to validate that.
The text was updated successfully, but these errors were encountered:
Creating a PdfString from utf8 fails with multibyte characters. A minimal example is creating a pdfstring from the utf8-string "iß". My guess for the reason is the +1 in the declaration of the sourceEnd variable in the "ConvertUTF8toUTF16" function in PdfString.cpp, but i had no time to validate that.
The text was updated successfully, but these errors were encountered: