Risc OS Posted April 1, 2008 Share Posted April 1, 2008 I have a site built using php. The page is built using functions to output parts, some contain umlauts. The umlauts are displaed as question marks even though using the meta tag for charset I have utf-8 specified. How do I get the umlauts to render correctly? Link to comment https://forums.phpfreaks.com/topic/99068-utf-8-problems/ Share on other sites More sharing options...
Helmet Posted April 1, 2008 Share Posted April 1, 2008 Did you save the file as utf-8 as well? Link to comment https://forums.phpfreaks.com/topic/99068-utf-8-problems/#findComment-506937 Share on other sites More sharing options...
Risc OS Posted April 2, 2008 Author Share Posted April 2, 2008 Yes, didin't do anything. Also when not utf-8. The whole site's html is echoed in php function calls. Could this be the reason? Just using a meta tag to set utf-8 works in static html files. Why not when the html is echoed by function calls in php? Link to comment https://forums.phpfreaks.com/topic/99068-utf-8-problems/#findComment-507219 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.