pucker22 Posted March 9, 2008 Share Posted March 9, 2008 Hello everyone, I'm really not sure where this questions goes, I thought I would try here for some possible help. Our website uses the é sign, such as café, however it prints out as é such as café What can we do to resolve this issue and allow it to use the é? Is this a problem with using the latest version of php ? Our server uses WHM which has been set to php5 (But surly you need to add the 5 on your php file name to make it work on php 5? such as index.php5) Anyway thanks in advance for any support! Link to comment https://forums.phpfreaks.com/topic/95261-%C3%A9-%C3%A3%C2%A9/ Share on other sites More sharing options...
rofl90 Posted March 9, 2008 Share Posted March 9, 2008 You don't need to add the 5, and you may be using a wrong font, but what &code are you using jic. Should be: è Link to comment https://forums.phpfreaks.com/topic/95261-%C3%A9-%C3%A3%C2%A9/#findComment-487935 Share on other sites More sharing options...
effigy Posted March 10, 2008 Share Posted March 10, 2008 é is the UTF-8 encoding for é. Make sure you instruct the browser to render UTF-8: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Link to comment https://forums.phpfreaks.com/topic/95261-%C3%A9-%C3%A3%C2%A9/#findComment-488557 Share on other sites More sharing options...
haku Posted March 10, 2008 Share Posted March 10, 2008 If that doesn't help the problem, make sure to post back here. There are all sorts of potential encoding issues with a situation like this. I'll point you in the right direction if the previous posters' advice doesn't help. Link to comment https://forums.phpfreaks.com/topic/95261-%C3%A9-%C3%A3%C2%A9/#findComment-488637 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.