redmine_issue_template icon indicating copy to clipboard operation
redmine_issue_template copied to clipboard

[Bug] missing utf support

Open badkapitan opened this issue 9 years ago • 0 comments

When i try to add template with a title or content that contains diacritical letters i get:

ActiveRecord::StatementInvalid (Mysql2::Error: Incorrect string value: '\xC4\x85' for column 'content' at row 1: UPDATE issue_templates SET title = 'template', content = 'ą', updated_at = '2016-06-15 13:35:47' WHERE issue_templates.id = 1):

badkapitan avatar Jun 15 '16 11:06 badkapitan