Problem with diacritical marks with DB
LadyCailinBot opened this issue · 6 comments
WORLDGUARD-4062 - Reported by kaelus
Hi, we start using the worldguard with db but on flags like greenting we have problems with diacritical marks like "ą, ż, ó, ł" currently our database is utf8_poish_ci on MariaDB.
Everything is exporting to database but on flag like greeting the characters are changing from "ą, ż, ó, ł" to "?".
Comment by wizjany
hm, looking at the sql files it looks like we specify utf8 for all character sets and utf8_bin for collate. not sure where you're setting your encoding.
I don't really have the ability to test this though unfortunately. is it possible to try yaml for regions?