WorldGuard

WorldGuard

8M Downloads

Problem with diacritical marks with DB

LadyCailinBot opened this issue · 6 comments

commented

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 "?".

commented

Comment by wizjany

error?

commented

Comment by kaelus

no

commented

Comment by kaelus

Everything excepting diacritical marks works perfectly.

commented

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?

commented

Comment by kaelus

With yaml everything is working.

commented

Comment by wizjany

unless there's a very pressing need, i suggest you just use yaml. unless you'd like to look into the code yourself.