pdir / social-feed-bundle

Social feed extension for Contao CMS
GNU Lesser General Public License v3.0
13 stars 15 forks source link

Instagram - Emojis displayed as ??? #69

Closed cmartin6 closed 3 years ago

cmartin6 commented 3 years ago

Bug description

If there are emojis in the post caption, the social-feed-bundle seems to convert these into question marks.

Steps to reproduce

Import posts from instagram via the social-feed-bundle, which contain emojis in the caption

Bundle Version

2.8.5

Environment

Contao 4.9.20

MDevster commented 3 years ago

Please check your database encoding. You could set the encoding to utf8mb4. Visit https://adamhooper.medium.com/in-mysql-never-use-utf8-use-utf8mb4-11761243e434 for more information.

cmartin6 commented 3 years ago

tl_news, the table which gets filled with the posts actually is set to utf8mb4_unicode_ci Any other suggestions/ideas?

cmartin6 commented 3 years ago

Nevermind - it works after setting the right encoding for the whole table - thank you @MDevster ;-)