erasam Posted August 8, 2008 Share Posted August 8, 2008 Hi All, I got a question about printing an special ascii characters in IE7.0 using UTF-8 encoding. In my php code, i tried to echo chr(203);, however, the output is nothing. Actually the character coressponding to ASCII CODE 203 should be Ë. The output is always nothing if the paramemter of chr() is greater than 127. Does anyone know what's happening and how to fix the problem? Thanks a lot. Link to comment https://forums.phpfreaks.com/topic/118751-printing-ascii-characters/ Share on other sites More sharing options...
MasterACE14 Posted August 8, 2008 Share Posted August 8, 2008 try: echo "ASCIIcode"; Link to comment https://forums.phpfreaks.com/topic/118751-printing-ascii-characters/#findComment-611405 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.