fohanlon Posted March 18, 2007 Share Posted March 18, 2007 Hi Guys I have spent hours searching forums. I have a mySql table that has € (euro) sysmbol in a varchar field. However in IE the euro symbol displays as a square box and in mozilla as a ?. Any ideas how to solve this. I am baffled by character sets etc. Many thanks, Fergal. Link to comment https://forums.phpfreaks.com/topic/43297-euro-symbol-displaying-as-a-square-box/ Share on other sites More sharing options...
Mutley Posted March 18, 2007 Share Posted March 18, 2007 Try doing it in HTML: € Rather than a copy n' paste symbol. Link to comment https://forums.phpfreaks.com/topic/43297-euro-symbol-displaying-as-a-square-box/#findComment-210230 Share on other sites More sharing options...
Barand Posted March 19, 2007 Share Posted March 19, 2007 What default font are you using? It could be it doesn't contain a euro character (chr(128) ) Arial and Verdana are ok. Link to comment https://forums.phpfreaks.com/topic/43297-euro-symbol-displaying-as-a-square-box/#findComment-210236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.