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

Using Emoji causes an exception when submitting a proposal #104

Open
natewalck opened this issue Mar 30, 2015 · 1 comment
Open

Using Emoji causes an exception when submitting a proposal #104

natewalck opened this issue Mar 30, 2015 · 1 comment
Labels

Comments

@natewalck
Copy link

Steps to reproduce:

  • Enter a proposal title that has an emoji such as ❤︎ or 💚
  • Click Submit
  • Observe exception

Here is a screen capture: https://www.dropbox.com/s/3ddem4b2ravz1ho/Screenshot%202015-03-30%2009.52.25.png?dl=0

Let me know if you need any further info!

@reidab
Copy link
Member

reidab commented Mar 31, 2015

I've been able to successfully add emoji using sqlite as the database, so I don't think this is an OCW-specific problem. That said, I want to solve this for the Open Source Bridge deployment as well, since it's also running MySQL at the moment.

According to this StackOverflow answer, it's possibly to configure MySQL to use the utf8mb4 charset, which is required for glorious emoji storage.

I won't have time to try this for a little white, but if you do, please let me know if it works.

@reidab reidab added the bug label Apr 16, 2017
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