You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2019/02/24 14:20:00 UTC

[jira] [Created] (ROL-2133) Can't post with Emojis if using MySQL

David Johnson created ROL-2133:
----------------------------------

             Summary: Can't post with Emojis if using MySQL
                 Key: ROL-2133
                 URL: https://issues.apache.org/jira/browse/ROL-2133
             Project: Apache Roller
          Issue Type: Wish
          Components: Data Model &amp; JPA Backend
            Reporter: David Johnson
            Assignee: David Johnson
             Fix For: 5.2.3


It is not possible to store emojis in blog posts because Roller uses the wrong default charset in MySQL. This problem is impacting blogs.apache.org INFRA-17895.

Roller's database creation script for MySQL should use default charset utf8mb4

If possible an safe to do, the upgrade script for 5.2.3 should use ALTER TABLE to fix that on upgrade.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)