Problems with displaying characters like Ü, ö, etc.

[expired user #9404]'s profile image [expired user #9404] posted 8 years ago in General Permalink
Hi,

I'm having problems with displaying characters like Ü, ö, etc. How can I fix this? The fields are utf8_unicode_ci. Displaying fonts I tried: Tahoma, Verdana, Arial.
1 attachment(s):
  • chars
ansgar's profile image ansgar posted 8 years ago Permalink
The values are not stored properly into your table. This happens if your table is utf8, your (PHP?) connection to the database is also utf8, but the values are still latin1. For example if your webpage has a latin1 (iso-88591/15) charset, your users post text and you insert this latin1-text via utf8-connection into your utf8 table. Please verify that.

Please login to leave a reply, or register at first.