johnnyk Posted February 27, 2006 Share Posted February 27, 2006 I'm running a script and sometimes it returns stuff like8-4 BC/BCE – 29-36 AD/CE when it should echo 8-4 BC/BCE – 29-36 AD/CEandMóshe (מֹש×?Ö¶× when it should echo מֹשֶׁהis there a function or anything that will convert the string either to simple letters or to what it should be? The stuff before "when it should echo" is what the script actually echoes, the stuff after is what the text looks like before it reaches the script (the script is reading other files). Or is it just a problem with my page encoding? Link to comment https://forums.phpfreaks.com/topic/3654-encode-strings-to-simple-alpha/ Share on other sites More sharing options...
phorman Posted May 18, 2008 Share Posted May 18, 2008 verify the page encoding your using, and also your database encoding if this is coming from a database. Link to comment https://forums.phpfreaks.com/topic/3654-encode-strings-to-simple-alpha/#findComment-544059 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.