Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
164 views
in Q2A Core by

qa_db_connect(...) in qa-db.php

I'm trying to enable emoji support using this advice https://www.question2answer.org/qa/28769/why-isnt-emoji-supported-in-q2a?show=30247#a30247

Q2A version: 1.8.5

1 Answer

+2 votes
by

It's the file qa-include/qa-db.php, line 97 in v1.8.7. Here's a link to the line in Github, you'd need to change 'utf8' to 'utf8mb4'.

BTW emoji will be supported in the next main version (1.9), but it may or may not be a while before that's released, depending on my schedule.

...