473,408 Members | 1,744 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Mozilla Firefox Displays Characters Not in Content nor HTML

I am looking for an answer to what might either be a very common problem or something specific to Mozilla Firefox users.
Let me explain...

A few days ago I noticed an interesting anomoly: Preceding everything on the page is the three characters as indicated in this w3 forum thread:
-- http://lists.w3.org/Archives/Public/www-validator/2004Dec/0044

They only occur when I open the page with Mozilla Firefox - but Internet Explorer does not show them.
-- http://www.ezcreate.com.au/index.htm

The forum thread above lead me to:
-- http://www.unicode.org/faq/utf_bom.html

This is hard reading, and I will admit that I don't understand even half of it. But I do get this impression: That the problem may be caused by font-type, font-color, and font-size, or any combination thereof. Maybe I have this all wrong.

So I am looking for someone to explain this carefully and succinctly so I can amend the pages on my website to remove this anomoly.
Please suggest where or how I can fix this problem, and I will advertise your site through my various online-favourite lists*.

(*Disclaimer: This is dependent on what your site endorses, promotes or is affiliated with.)
Sep 10 '06 #1
2 2009
drhowarddrfine
7,435 Expert 4TB
The problem does not occur for any of the font reasons you give above. It occurs because your text editor is saving your text in the utf-8 format. To identify the file text as utf-8, a special code, called the 'byte order mark', is inserted at the beginning of the file. This BOM gets displayed in your web page as strange characters.

To remove them, go to the options setting of your text editor and change the save file setting to ascii.
Sep 10 '06 #2
It occurs because your text editor is saving your text in the utf-8 format. To identify the file text as utf-8, a special code, called the 'byte order mark', is inserted at the beginning of the file.
Thank you ... you helped me to find the answer.
I discovered that my META was saying this:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
When it should say this:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
There are a few other options, but this one works. The validator does indicate that UTF-8 is not fully supported. Research is in progress to find out MUCH more about this.
Thanks for your input ... my web pages look much better for it!
Sep 12 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Dennis Hueckelheim | last post by:
Hallo everybody, I have a problem with a little socket script. ----- snipp ----- $out_clients = socket_accept($socket_out); $http_welcome = "HTTP/1.0 200 OK\r\nContent-type:...
1
by: delerious | last post by:
Could someone please take a look at this page: http://home.comcast.net/~delerious1/index11.html The set of links on the left should not have any whitespace between them, and the set of links...
12
by: TC | last post by:
IE 6 Firefox looks just fine. I have run my html and css through the W3C validator. The html is fine and the css gets the following: "Line : 3 (Level : 1) You have no color with your...
0
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control...
5
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control...
25
by: Frances | last post by:
I have an html file, checked css syntax online (http://jigsaw.w3.org/css-validator/validator-uri.html.en) it all checks fine, got no errors or warnings.. however Firefox is not reading...
9
by: Alex D. | last post by:
Hi, I have a frame in one of my pages that I use to show diferent pages each time. I am experiencing an weird behaviour in Mozilla and Firefox, when the frame's source is specified in the server...
1
by: Shiva SG | last post by:
Hello, We are testing a website, which has an index.asp page. Uploaded the files on two different servers. IE opens the index.asp page from both server locations. But Firefox opens the page...
2
by: Gary Hasler | last post by:
I am having various problems with web pages on our site not displaying the result of form submissions properly for users with Mozilla type browsers (eg Firefox, Netscape). After investigation I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.