If I am adding an Andorid Smilie, the Text after smilie will be cuted after it completely
If I am adding an Andorid Smilie, the Text after smilie will be cuted after it completely
Suggestions, anyone?
For step 5, do the following:
Open: ow_core/database.php
Find:
array(PDO::MYSQL_ATTR_INIT_COMMAND=>'SET NAMES UTF8;',
Replace with:
array(PDO::MYSQL_ATTR_INIT_COMMAND=>'SET NAMES utf8mb4;',
You will now be able to save and display Emojis on your website! ;)
Hope this helps!