NathanS Posted June 17, 2008 Share Posted June 17, 2008 Hi guys, I'm getting this symbol on my website, when rendering in firefox:  Any ideas what causes this? Thanks! Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/ Share on other sites More sharing options...
conker87 Posted June 17, 2008 Share Posted June 17, 2008 What editor are you using? Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/#findComment-567202 Share on other sites More sharing options...
NathanS Posted June 17, 2008 Author Share Posted June 17, 2008 Just notepad, that's what I can't make out! Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/#findComment-567245 Share on other sites More sharing options...
conker87 Posted June 17, 2008 Share Posted June 17, 2008 Is that outputted at the start of your page? If it is, then check to see if there are any foreign characters there. Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/#findComment-567251 Share on other sites More sharing options...
webbiedave Posted June 17, 2008 Share Posted June 17, 2008 Can you give us the url to the affected page? Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/#findComment-567269 Share on other sites More sharing options...
thebadbad Posted June 17, 2008 Share Posted June 17, 2008 It's the Byte-Order-Mark displaying. It tells some editors that the encoding is UTF-8. You're best off removing it from the file, using a HEX editor, or as me: Using Notepad++, and choose the format "UTF-8 without BOM". For a deeper explanation, read one of my previous posts: http://www.phpfreaks.com/forums/index.php/topic,172309.msg763880.html#msg763880 Link to comment https://forums.phpfreaks.com/topic/110560-random-firefox-issue-php/#findComment-567275 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.