Sebastian Posted March 3, 2017 Posted March 3, 2017 Hi gang, did any of you ever have to save emoji to the database (and get them out / render them later) per chanche? I'm struggling as to what's the best way to do it. Plain text fields isn't working of course, CKEditor isn't either. If anyone had a quick hint as to where to look at I would be grateful. Thanks, Sebastian ?
LostKobrakai Posted March 3, 2017 Posted March 3, 2017 You can put emoji in the database (use it in text fields), but you need to use the utf8mb4 charset for your tables, which you can choose on install. You can change it later as well, but I think there's no official upgrade path to do so. 5
Sebastian Posted March 4, 2017 Author Posted March 4, 2017 16 hours ago, LostKobrakai said: You can put emoji in the database (use it in text fields), but you need to use the utf8mb4 charset for your tables, which you can choose on install. You can change it later as well, but I think there's no official upgrade path to do so. Thanks LostKobrakai. I think I tried that, but in retrospect might have only changed the collation. Going to test setting both.
benbyf Posted April 10, 2019 Posted April 10, 2019 Not sure on my install path as I do it so many times i just do what works which is mostly dfault settings. I was able to add ? ? ? emoji's into my site field labels as show with no extra work. Which is pretty awesome.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now