I have an MySQL database that has some Polish characters in it showing as ?
instead of letters like "ł, ą, ć, etc".
I have changed the collation to utf8_unicode_ci
and utf8_polish_ci
.
I have also tried this on the table
ALTER TABLE tbl MODIFY COLUMN txt TEXT CHARACTER SET utf8
and still nothing.
My table still looks like this:
Maybe someone knows why?