Fixed URL conversion of é encoding error

Chris D

XenForo developer
Staff member
I think this is a server-side issue. It is something we have seen before when the wrong encoding is detected.
 

rebelde

Active member
Hmm. My web browsers are able to detect the correct encoding and display it correctly.

I might be wrong, but, XF seems to detect it as Windows or Latin1.
Everything else detects it as UTF-8. (Firefox, Chrome, Beyond Compare)

Ambiguous:
"Content-Type: text/html"

Not ambiguous:
HTML:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

document.characterSet;
"UTF-8"

Help this helps!
 

XF Bug Bot

XenForo bug fixer bot
Staff member
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.3).

Change log:
Try to do a case insensitive look up for the correct content type when fetching metadata from a URL.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 

Chris D

XenForo developer
Staff member
I looked at that code earlier and totally overlooked the obvious. So thanks for that!

 
Top