DiscourseDB / discoursedb-core

DiscourseDB Core Repository
GNU General Public License v2.0
10 stars 4 forks source link

Use utf8mb4 instead of utf8 #10

Closed ferschke closed 8 years ago

ferschke commented 8 years ago

The character set named utf8 uses a maximum of three bytes per character and contains only BMP characters. As of MySQL 5.5.3, the utf8mb4 character set uses a maximum of four bytes per character supports supplemental characters. Characters such as emoticons need the extended encoding. DiscourseDB should therefore use utf8mb4 by default

ferschke commented 8 years ago

Fixed. See commit comments above.