How Can I Fix Character Set Errors When A Summernote Textarea Value is Saved To The Database?

Thanks to the forum’s auto-bump feature, this article came up today which answers everything! :tada:

My issues were

  1. The column was set to utf8mb4 but the database wasn’t
  2. The global database connection wasn’t set to be utf8mb4.

With step 2, remember to set it for each of your targets!