Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with accent (spécialisé Ã)

Status
Not open for further replies.

h2mhd

Programmer
Feb 20, 2008
40
CA
hi

i am developping a web site and have a pretty weird problem, my index.html page works fine with not special character, but all my other pages have the same problem they wrote for exemple:

spécialisé like this spécialisé Ã

here's the code for my index page and my product page:

index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>welcome</title>


product.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>product</title>

can someone help me with this issue wich im sure is pretty easy but i dont understand??

thanks a lot
 
The database they are been pulled from has a different character set to the one being used to display them.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
ok so what do you think i can do to correct this?

thanks a lot Chris
 
Run the text through a character decoder. Or change your Databases charset to a compatible one.

Depending on how you are pulling your products onto the page, the text being used is probably not in a UTF-8 Charset format.

We can't really tell you how to fix it without knowing how the text is being produced on the pages in question.



----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Web & Tech
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top