I checked, it is latin1_swedish_ci and I clicked Go anyway, which appeared to be successful, but the same error still exists when I do the same operations.
I could change it to something else and then back to latin1_swedish_ci but I’m scared I may loose data this way.
I’m also confused as to how the text data is stored in the database ?
Does this mean the names are stored in latin1_swedish_ci and not in a unicode format (e.g. utf8) ?
This is somewhat related to my other post: https://discuss.phplist.org/t/bulk-clear-name-fields/658?u=ibpeter
I want to make sure I can properly store ‘exotic’ names as well.
With 2.x I could not import utf8 lists successfully, so I always imported ascii formatted text.
I wonder now if this was because of certain settings, or because of 2.x vs. 3.x (mind you I haven’t tried this yet with version 3.x)