Recently a customer notified me of some special characters not rendering correctly.
If this was always the case, i’m not sure exactly, thought not.
The problem lies here:
http://waterforum.net/
On IE/Opera/FireFox, it shows the special characters correctly.
However, on Chrome and my SGS3 for example, it does not.
- What i’ve tried,
- Forcing UTF8 due to htaccess
- DOCType
- Charset declaration
- Checking Database tables
Do you guys have a clue?
Or is it just a bug?
I tried changing the UA-string to Firefox Windows from Chrome default.
By default in Chrome this is the
Content-type:Characters are then displayed incorrectly.
When I switch to Firefox UA, the
Content-typeis changed to:This problem might lay hidden in the fact that Chrome sends
Accept-encodingbut as Chrome displays it correctly with another UA, this is most likely not the case.Try and see what happens with different UA-strings, the use of UA-strings to deliver different content is highly discouraged because of problems like these.