-
Notifications
You must be signed in to change notification settings - Fork 569
Support full Unicode in database. #812
Comments
Thanks for your input, we haven't encountered this as a problem as of yet. (AS far as I'm aware) Because this would require changing the configuration of the database we'll have to look into a way to migrate |
True, I didn’t think about migrating existing installations. I simply edited |
This is pretty important. Have you heard about this? 😔😚😅😊😆😐😅😈😐😓😠😉😈😋😔😠 |
Try making a span element with class emoji, and set the content equal to an emoji code: Why the class? So you can fix spacing issues in CSS. I'm only guessing that this may work, I saw a theme implement this kind of idea with the right arrows. Instead of the usual |
Thanks for response, but nothing shows up 😠 ALTER TABLE anchor_posts CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci Running this for every table will convert it transparently on upgrade |
Do you have a working test for this? |
According to Mathias’ article you need to run a little more than that. But yes, that is the main gist of it.
I can only say that I haven’t seen any weird things happening with a database that was set to Big parts of Anchor are already UTF8 aware, e.g. the |
See How to support full Unicode in MySQL databases by Mathias Bynens:
Currently Anchor only lets me chose a
utf8
based collation, but it would be better to offerutf8mb4
based collations.The text was updated successfully, but these errors were encountered: