Firefox on 2 independant laptops, not reading website source code correctly, when all correct on Chrome and IE.
Rebuilt my website in Serif WebPlus X6.
Using Google Chrome or Internet Explorer the site is displayed correctly as is the source code.
In Firefox 18.0.1 Code is being read wrongly. Cleared Cache and fault still there. Checked in Wifes laptop – still the same fault on her Firefox and okay on Chrome and IE.
</span></p> But firefox is showing - span class="Body-C-C9">“Why won’t the doctors listen�</span></p>
There are further similar faults throughout the website.
Why is Firefox not reading the code correctly?
Please help.
Modified by cor-el
Chosen solution
by cor-elThat is an encoding issue.
It looks that the page is in UTF-8 Unicode and the server sends this page as a Western or Windows encoding.
So you see the Unicode characters as the individual bytes that they consist of.
You can inspect this in Tools > Page Info > General and you can also use the Web Console (Web Developer > Web Console;Ctrl+Shift+K) to check the response header.
If the server sends a content type via the HTTP response headers then Firefox doesn't honor a meta tag in the file or otherwise switch the encoding.
Additional System Details
Installed Plug-ins
- npsitesafety
- Shockwave Flash 11.5 r502
- Next Generation Java Plug-in 10.11.2 for Mozilla browsers
- Adobe PDF Plug-In For Firefox and Netscape 10.1.5
- SiteAdvisor
- BT DesktopHelp plug-in for Mozilla Browsers
- BT Management plug-in for Mozilla Browsers
- Nokia Suite Enabler Plugin
- WildTangent Games App V2 Presence Detector
- McAfee MSC FF plugin DLL
- Google Update
- GEPlugin
- 5.1.10411.0
- NPWLPG
- The plug-in allows you to open and edit files using Microsoft Office applications
- Office Authorization plug-in for NPAPI browsers
- np-mswmp
Application
- User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
More Information
Chosen Solution
That is an encoding issue.
It looks that the page is in UTF-8 Unicode and the server sends this page as a Western or Windows encoding.
So you see the Unicode characters as the individual bytes that they consist of.
You can inspect this in Tools > Page Info > General and you can also use the Web Console (Web Developer > Web Console;Ctrl+Shift+K) to check the response header.
If the server sends a content type via the HTTP response headers then Firefox doesn't honor a meta tag in the file or otherwise switch the encoding.
Question owner
Thank your for your help. Initially I was a little unsure what the reply meant, but having contacted Serif WebPlus - my developer programme, they were most helpful in correcting the code within my website to solve the problem.
