i'm building an application which had to handle englisch and german texts before. Now i'm adding the ability to translate texts to russian and chinese too. But it seems that cyrillic and chinese characters cant be saved in the default lating1 charset. I switched my charset to utf8_general_ci using PHPMyAdmin. It works finde, and i can save new contents with every needed character.
The problem ist, that every old Umlauts like ä,ö,ü are replaced with ?. Its wired because if i enter the umlauts again to save it to the database it works correctly. So the change of the charset seems to transform every umlaut to a "?".
Can someone point me in a direction where i can change the charset but dont break all old content?
Thanks!