Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 problem with PDF and native PHP #35

Open
ste101 opened this issue Mar 13, 2021 · 1 comment
Open

UTF-8 problem with PDF and native PHP #35

ste101 opened this issue Mar 13, 2021 · 1 comment

Comments

@ste101
Copy link
Contributor

ste101 commented Mar 13, 2021

I have files with German umlauts (ä,ü) in meta data and there are problems with the PHP function.
With phpinfo -enc UTF-8 everything is ok.

When I upload this file char after the umlaut are cut. Within the extension configuration mapping tool the strings are empty.
If I do a mb_convert_encoding($out, 'UTF-8', 'UTF-8'); in decodeStringType the full sting is show but with a '?' instead of the umlaut.

@xperseguers
Copy link
Owner

Please attach a sample PDF file to reproduce that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants