phlox77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: German Umlaute Problem / backspaceHmmm … und du hast den Verweis auf die Datenbank eingefügt? Also nicht einfach “UTF-8” durch “latin” im Meta tag ersetzt?
Problem solved – everything looks good again. Japanes, Ivrit, Spanish, German, French, Turkish …
And just in case somebody has the same problem: I learnd that the problem was caused through an update from PHP Version 5.4 to 5.6. And that it was necessary to fill in the following code:
// define(’DB_CHARSET’, ’latin’);
This brought all the ü, ä, ö etc. back again 🙂Forum: Fixing WordPress
In reply to: German Umlaute Problem / backspaceHi Daniel
Ich hatte ein ähnlches Problem … allerdings schlimmer. Bei mir waren alle Sonderzeichen verhakstückt … Es lag dann am PHP Update von Version 5.4 auf Version 5.6.
Diese Version lese die Zeichen neu aus der Datenbank, wurde mir mitgeteilt und gelöst wurde mein Problem durch das Einfügen folgender Codezeile:define(’DB_CHARSET’, ’latin’);
Vielelicht kannst du damit etwas anfangen, hofft phlox77
Hi, I have a similar problem: All the German Umlauts ( ä,ö,ü ) and also the ivrit Characters are not displayd correctly anymore. I didn’t change anything on the website … but had the WP-version always automatically updated … and al of a sudden I noteced the misspelled words … So I first looked up the charset settings- and they are
set on UTF-8 – What should be alright.
Can anybody help?