diacriticsproblem

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

Post Reply
fabby
Forum Commoner
Posts: 62
Joined: Tue Feb 15, 2005 1:06 am
Location: Romania
Contact:

diacriticsproblem

Post by fabby »

Hi
I have a page with diacritics, .htm and if i run the page by pressing enter, and in the browser the link is:

file:///D:/web%20design/websites/e-oferta/index.htm

it's show's me ok

but if i execute:

http://localhost/e-oferta/index.htm

the diacritics are replaced with strange characters

Can you tell me where is the problems?
Thanks!
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: diacriticsproblem

Post by Eric! »

Is this just an html page or is php involved?

Do you have this in the header
<meta http-equiv="content-type" content="text/html;charset=utf-8" />

Are you using html codes
http://tlt.its.psu.edu/suggestions/inte ... owels.html
Post Reply