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

Add Emoji support #113

Open
jhogervorst opened this issue Nov 30, 2022 · 2 comments · May be fixed by #140
Open

Add Emoji support #113

jhogervorst opened this issue Nov 30, 2022 · 2 comments · May be fixed by #140
Milestone

Comments

@jhogervorst
Copy link

I'm opening this issue since I am using dompdf in a project, and currently it doesn't support showing emoji characters (even when loading a compatible font, like Noto Emoji). There's already an issue requesting emoji support in the dompdf repo (dompdf/dompdf#1698), but according to the replies there, emojis should first be supported in php-font-lib.

@AndyGaskell
Copy link

This seems an ok short term workaround...
https://www.beaubus.com/blog/add_emoji_support_to_dompdf.html

@bsweeney
Copy link
Member

bsweeney commented Dec 6, 2024

I believe this would be fixed by adding support for Unicode planes beyond the Basic Multilingual Plane. #140 is at the very least a good start. I haven't reviewed that PR and the relevant specs yet so I can't say if any additional work would be required.

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

Successfully merging a pull request may close this issue.

3 participants