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

Characters Encoding Issue #2961

Closed
KvRae opened this issue Jul 20, 2022 · 1 comment
Closed

Characters Encoding Issue #2961

KvRae opened this issue Jul 20, 2022 · 1 comment
Labels

Comments

@KvRae
Copy link

KvRae commented Jul 20, 2022

So I am working with Arabic characters in my generated pdf but it keeps displaying this "?" instead! any suggestion on how to solve this issue?
the page that I want:
desired
the output of the dompdf:
realty

@KvRae KvRae changed the title UTF Characters Encoding Issue Jul 20, 2022
@bsweeney
Copy link
Member

Have you read through the Unicode How-To? Basically, specify a font that supports your characters (e.g. DejaVu Sans). The core PDF fonts do not.

Regardless, output will not be as expected because Dompdf does not yet fully support complex text layout (see #2619). You can get some info on how to improve rendering of Arabic in #712.

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

No branches or pull requests

2 participants