Hello Viktor,
Thank you for the detailed information.
We have exported your page and tested it in our local environment using the same setup (Joomla 6, PHP 8.4, MySQL 8, SP Page Builder Pro 6.3.0, Helix Ultimate 2.2.4). On our side, the comments display correctly and we are not able to reproduce the incorrect text encoding issue.
Since the problem only appears on your live site, it is most likely related to the server configuration rather than SP Page Builder or SP Comments.
Please check the following on your hosting environment:
- Make sure the database and all tables use utf8mb4 charset and utf8mb4_unicode_ci (or similar) collation.
- Confirm that the database connection collation in Joomla Global Configuration matches utf8mb4.
- Ensure your server is sending the correct header:
Content-Type: text/html; charset=utf-8
4. Verify that there is no .htaccess rule overriding charset settings.
5. Ask your hosting provider to confirm that MySQL connection encoding is set to utf8mb4.
Encoding issues like this are typically caused by a mismatch between database charset, table collation, and server output encoding.
Please review these settings and let us know the results.
Kind regards,