PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
techker
Forum Commoner
Posts: 52 Joined: Fri Sep 02, 2005 9:53 pm
Post
by techker » Tue Feb 13, 2007 9:15 am
hey guys im making a french web site and i have a menu script that i put é and î but the show in html like this Vidйo instead of vidéo
how can i fix this
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Feb 13, 2007 9:20 am
Are you using the binary character or the HTML entity?
techker
Forum Commoner
Posts: 52 Joined: Fri Sep 02, 2005 9:53 pm
Post
by techker » Tue Feb 13, 2007 9:23 am
were do i see that?im using dreamweaver
onion2k
Jedi Mod
Posts: 5263 Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com
Post
by onion2k » Tue Feb 13, 2007 11:28 am
You need to make sure that the character encoding of the page matches what you're sending.
techker
Forum Commoner
Posts: 52 Joined: Fri Sep 02, 2005 9:53 pm
Post
by techker » Tue Feb 13, 2007 11:32 am
solved thx
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">