Defect #32762
Unicode character fails edit Issue
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Affected version: |
History
#1
Updated by Ruud Poutsma over 2 years ago
Try to add a thumbs up character. The version installed at my company will give an error page. The version on this website will show nothing.
#2
Updated by Guillermo ML over 2 years ago
I think is the same as #21398. People posted some workarounds there.
#3
Updated by Marco Shima 7 months ago
Test if working on redmine.org: Comment that contains certain Unicode characters can't be saved. Here we are:
#4
Updated by Marco Shima 7 months ago
Marco Shima wrote:
Test if working on redmine.org: Comment that contains certain Unicode characters can't be saved. Here we are:
It was really lost. There was a character `U+1F442` after the "Here we are:" which is lost upon save.
#5
Updated by Daniel Drexlmaier 5 months ago
Duplicate:
- https://www.redmine.org/issues/25116#change-105522
- https://www.redmine.org/issues/11191#change-105521
Mail + Normal post
#6
Updated by Daniel Drexlmaier 5 months ago
Solution: Convert table to utf8mb and set in file database.yml "encoding: utf8mb4"
#7
Updated by Florent H. 4 months ago
Hello, the solution may fix the issue but you could be more precise by giving the required command or sql query to run please.
I think the wiki and other contents should be fixed. So we could apply a conversion to table "issues" and all others ?