thanks for answer, but now i am confused or in other word how should it be stored in the Db...
MySQL charset: UTF-8 Unicode (utf8)
the table Collation & field Collation is utf8_general_ci
so i create a new article with the following in the title:
Quote: |
Ö-Ä-Ü-ö-ä-ü-ß-é-á-í |
and the Article is displayd fine, the sourcecode from the article is
Quote: |
<td><div><font>Ö-Ä-Ü-ö-ä-ü-ß-é-á-í</font></div></td>
|
the intl. Chars are saved in the DB looks like:
Quote: |
Ö-Ä-Ü-ö-ä-ü-ß-é-á-à |
which sould be correct UTF-8 as far as i know, and thats now my point i have no idea whats wrong
the preview feed for Articles under /modules.php?name=Feeds&fid=1&type=HTML
shows the intl. chars wrong and in the source from the feed is:
Quote: |
<div><a>Ö-Ä-Ãœ-ö-ä-ü-ß-é-á-Ã</a></div>
|
what else i can check to find out whats wrong on my testsite?
Brujo