Umlauts not correctly in the content mode

Permalink
Hello
I got a problem with the umlauts. I added a new content block and pasted some text in it. After that i saved it. After that i wanted to editing this text again and all the german umlauts in the editing mode are not correctly.
When i want to insert tables in the content block i got the same problem with the textes in the tables. After the editing it is like this:
Grösse   Grösse     Â
Bühne   Bühne  Â
And it should like this:
Grösse Grösse
Bühne Bühne

Hope you can help me with this problem.

 
mkly replied on at Permalink Reply
mkly
Hello,
Could you post this to the bug tracker with your environment information?

You can get your environment information by typing "Environment Information" in the intelligent search in the top right of your site dashboard.

You database is likely not encoded to UTF-8. If you understand enough about databases, could you check and post your database encoding to that bug report as well?

Best Wishes,
Mike
mkly replied on at Permalink Reply
mkly
Oops, forgot the link to the bugtracker.

http://www.concrete5.org/developers/bugs/...
dirtycatgraphics replied on at Permalink Reply
I put in my .htaccess file in the first line the follow line:
AddDefaultCharset UTF-8
And now it works.