In my mysql database i have string with german umlauts (ä, ö, ü).
I query them with php/mysql and when displayed on my website, they show up like this:
�
I have this html in my website:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
edit: i have changed all collations to utf8_unicode_ci but the problem still persists