Thanks for the info.
I tried to convert all the fields in "utf8mb4_unicode_520_ci" format and make the change to the "db_mysql_fix_utf8" function as you indicated, but when I press the "Update Information" button (after entering "TEST



" in the summary), I have the error:
Code: Select all
APPLICATION ERROR #401
Database query failed. Error received from database was #1366: Incorrect string value: '\xF0\x9F\x98\x8D\xF0\x9F...' for column 'summary' at row 1 for the query: UPDATE mantis_bug_table
SET project_id=?, reporter_id=?,
handler_id=?, duplicate_id=?,
priority=?, severity=?,
reproducibility=?, status=?,
resolution=?, projection=?,
category_id=?, eta=?,
os=?, os_build=?,
platform=?, version=?,
build=?, fixed_in_version=?,
target_version=?,
view_state=?,
summary=?,
sponsorship_total=?,
sticky=?,
due_date=?
WHERE id=?.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
It is not just a problem of executing the edit query.
If I try to modify the value of the "Summary" field directly in the database with "TEST



", I don't see it correctly in the bug tracker (I see the string "TEST ???" in its place).
But since you write me "That's planned for future versions", then I'll wait for future versions.
Thank you.
Davide.