Basically, I've read a few threads when I had trouble getting German special characters like ü,ö,ä,ß to show up when a user uses them in a submission title.
To say the least, they look like this: üöä�
Turns out the database collation was wrong for these types of characters (or so I've read) the collation was latin1_swedish_ci, and I've read to change it to u8_general_ci or utf8_unicode_ci. Well I've tried both but on submission to the database by a user, the title with special characters still shows up the same, all messed up like above.
I guess my question is, what am I doing wrong? Is there an extra step I've missed to get these characters to show correctly? I've never worked with German translation before this particular project, and this is my first time with this. So any help would be fantastic.