Uploading website changes my quotes, commas etc.. into question marks

  • Thread starter Thread starter Vince Brzostowski
  • Start date Start date
V

Vince Brzostowski

When i upload my webpage from frontpage where ever it shows a
quotation mark or comma it turns it into a question mark..

check www.joincanada.yukontime.com/dammit.htm

any and all suggestions welcome..

please email me them at (e-mail address removed)

i'll try to keep looking back on this post but please email me
instead..

thanks
 
Your server is including this line in the HTTP headers it sends with the
page:

Content-Type: text/html; charset=UTF-8

This overwrites the character set setting in your page, and causes some
characters, such as smart quotes, to display as ? marks. These characters
should be coded into your page as entities or numeric references.

See www.rxs-enterprises.org/tests/pages/symbols.htm for more details.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top