Problem echoing French characters in php

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
shakeeb
Forum Newbie
Posts: 4
Joined: Fri Aug 07, 2009 7:14 am

Problem echoing French characters in php

Post by shakeeb »

Hi All,

Am facing a problem while echoing the French words in php file, they are not being displayed properly, for example:

when I display <a href="">arrêt</a> (arrêt is a french word meaning stop) with in a php file then the out put is "arr�t", How to fix this any Idea........


Thanks,
Shakeeb
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Problem echoing French characters in php

Post by Mark Baker »

Ensure that the charset for your html is correctly set
Post Reply