Home › Forums › Bug Reports › Database not updating after changing "š" to s in field name › Reply To: Database not updating after changing "š" to s in field name
Hi @selrond
I believe utf8mb4_general_ci
has the same behavior: http://stackoverflow.com/questions/21919576/clarification-on-potential-issues-with-equality-of-accented-characters-with-non. Like the one mentioned in the link I gave you in my previous reply, you can use binary collation. Unfortunately, it has other issues.
So for now, the best solution is to change the database manually. Don’t forget to backup your database before changing it.
I hope this helps 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.