Markus Schuch created CONNECTORS-1572:
-----------------------------------------
Summary: Support 4-byte characters for Strings stored in
MySQL/MariaDB by default
Key: CONNECTORS-1572
URL: https://issues.apache.org/jira/browse/CONNECTORS-1572
Project: ManifoldCF
Issue Type: Improvement
Reporter: Markus Schuch
Assignee: Markus Schuch
DBInterfaceMySQL creates the database with {{utf8}} charset which does not
support 4-byte characters in varchar columns. This can be a problem, if a
String stored to the database (e.g. version string) contains such a character,
e.g. emojis
We should create the database with the {{utf8mb4}} charset and the
{{utf8mb4_bin}} collation and document this setting to support this situation
better.
http://mail-archives.apache.org/mod_mbox/manifoldcf-dev/201901.mbox/%[email protected]%3e
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)