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

Emojis cannot be used in deck descriptions, titles and other text fields #697

Open
fspoettel opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@fspoettel
Copy link
Contributor

Problem
When I try to save a deck description that contains an emoji, the deck save fails and shows a blank page.

This seems to fail on the database level with error:

 Uncaught PDOException: SQLSTATE[22007]:  Incorrect string value: '\xF0\x9F\xA4\x94...

Expectation
I would expect any text field (title, description, also meta) to accept strings that have emojis in them.

Solution
A potential solution found on StackOverflow.

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

1 participant