You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to add a description using emojis in a planner entry, the data was not saved after the initial emoji position. (Emojis with 4 digits hex work, but those with 5 digits do not.)
After some research, I discovered that it must deal with SQL connections and data collations.
So I try to alter all tables in my local database to use the utf8mb4_0900_ai_ci collation and configure my local server to connect as utf8mb4. That has resolved the difficulties.
Hi @ThanaphatKalaya Thank you for looking into this and sharing your solution. Gibbon is not currently utf8mb4 compatible. I've added this to a utf8mb4 milestone, which we will work towards in the next version, v24.0.00. Cheers!
When attempting to add a description using emojis in a planner entry, the data was not saved after the initial emoji position. (Emojis with 4 digits hex work, but those with 5 digits do not.)
After some research, I discovered that it must deal with SQL connections and data collations.
So I try to alter all tables in my local database to use the utf8mb4_0900_ai_ci collation and configure my local server to connect as utf8mb4. That has resolved the difficulties.
MySqlConnector.php - line 49
and query this
To Reproduce
Expected Behavior
System
The text was updated successfully, but these errors were encountered: