I have some german datasets im my Database. On those fields I use utf8 uni, my php and apache is also running on utf8 uni. I don’t know why but mysql saves the data in this fields like that if there is some german special char
Mit Gummizug für den perfekten
I don’t want those “ü” what do I need to change to show these special chars correctly?
Have you opened the connection with mySQL in UTF8 mode? If not, I suspect this is your problem.
Assuming you’re using PDO, you’d do this by appending ‘charset=utf8’ to your connection string.