Ok not realy a wappler question… trying to get emojies to show from mysql . When displayed in wappler i see ???
If i change Field type to BLOB in mysql they display fine but the field won’t be searchable(as far as i know) I’m using utf8mb4_bin
any tips?
I managed to get some to work by resetting the db/table collate/charset but not all emojies come through or get stored. (unless i put directly into table)
collate is set to utf8mb4_unicode_ci and charset utf8mb4
I even edited the db connect file.
Hi George,
I’ve just had to manually change this as @Kattouf suggested above. I guess it might have slipped off the list. Can I give it a bump to be included in an upcoming update?
The fix only works for users who have there database set to utf8mb4 which is not the default for most mysql/maria databases. We could perhaps add the charset as an option on the UI for mysql.
I also have this problem, I need to use Hebrew characters on one of the tables and I just can’t. There is no place on Wappler where I can set the collation…
The charset options has already been added to the UI, so the original bug report was solved and I will close this topic.
When you say you can’t set the collation from within Wappler you probably mean when creating a table with the database manager, since it is already possible to set the charset in the database connection. Please create a new bug report with your specific problem.