• Resolved npwebsolution

    (@npwebsolution)


    Hi,

    I have noticed in websites emoji signs has stopped working specially some special emojis like raised hands and others. When inserting emoji signs, it is converting to ???? sign.

    I checked database charset and it is utf8mb4 and not change were made to database or tables. I tried it on WordPress version 6.0.1 and 6.1.1 which I believe was working before.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Which PageBuilder do you use to insert the emojis? How exactly do you insert them?

    Have you tried turning off the litespeed optimization plugin?

    Thread Starter npwebsolution

    (@npwebsolution)

    @threadi Thank you for your reply. No change deactivating litespeed optimization as well.

    There are 2 more questions ..

    Thread Starter npwebsolution

    (@npwebsolution)

    @threadi

    Thank you for your interest.

    The issue is seen on multiple providers with Cloudlinux and its PHP Selector. All Gutenberg and Classic editor both had issue. I did not check with other Visual Builders but it should be affecting all other builders and editors. The issue was with the mysqli extension and changing mysqli extension to nd_mysqli fixed the issue.

    Update from Hosting Provider

    The issue is caused by the client library version fetched from the MariaDB driver does not meet the minimal version number hardcoded in ‘wp-admin/includes/class-wp-site-health.php’ code. Starting from MariaDB 10.6 the utf8 character set (and related collations) is now by default alias for utf8mb3. However, MariaDB 10.6 support is yet to be implemented on Cloudlinux system. Hope this helps. Do let us know if you have any other questions.

    I have seen same issue with Maridb 10.3.38-MariaDB-cll-lve

    Hello there,

    In my website, the emojis are auto converting in their hex code.

    I want to use “??” using the CSS ::before selector in wp table but the emoji is auto converting in this code – “&#x1f4c2”

    How to fix this? Please help.

    Update!

    I have fixed this.

    I used Unicode in place of emoji and that works.

    Thankyou.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘emojis converted to ???? what symbol’ is closed to new replies.