Ok, it was not ExpressionEngine, it was the php.ini. There i left the "-".
Little mistake, big impact 
That brings me to the next questions.
Does it make i difference if i write "utf" or "UTF".
And is my MySQL configuration correct.
Cause there i have no "-" in the charset.
my.cnf:
Code:
[client]
default-character-set = utf8
[mysqld]
default-character-set = utf8
character-set-server = utf8
collation-server = utf8_unicode_ci
init_connect = 'SET collation_connection = utf8_unicode_ci'
init_connect = 'SET NAMES utf8'
[mysqldump]
default-character-set = utf8
[mysqlimport]
default-character-set = utf8
[mysql]
default-character-set = utf8
Bookmarks