yolop Posted October 5, 2009 Share Posted October 5, 2009 i got that code =?UTF-8?q?=D7=A0=D7=93=D7=A8=D7=A9=D7=AA_=D7=A4=D7=A2=D7 =95=D7=9C=D7=94_=D7= 9C=D7=94=D7=A4=D7=A2=D7=99=D7=9C_=D7=97=D7=A9=D7=9 1=D7=95=D7=9F_=D7=94 =D7=9E=D7=A9=D7=AA=D7=9E=D7=A9_=D7=91-_FXP=2Eco=2Eil but i can't read/understant that i tried to put this code under utf-8 code but it didn't work what can i do please Link to comment https://forums.phpfreaks.com/topic/176622-problem-with-utf-8/ Share on other sites More sharing options...
MadTechie Posted October 6, 2009 Share Posted October 6, 2009 Where did you get the code ? What's it for ? what are you trying to do ? Link to comment https://forums.phpfreaks.com/topic/176622-problem-with-utf-8/#findComment-931175 Share on other sites More sharing options...
Mark Baker Posted October 6, 2009 Share Posted October 6, 2009 It's standard MIME Encoding, as used for subject headings in e-mails (when you need to send non-ASCII characters)... iconv_mime_decode() Link to comment https://forums.phpfreaks.com/topic/176622-problem-with-utf-8/#findComment-931355 Share on other sites More sharing options...
yolop Posted October 6, 2009 Author Share Posted October 6, 2009 It's standard MIME Encoding, as used for subject headings in e-mails (when you need to send non-ASCII characters)... iconv_mime_decode() i tried <?php // This yields "Subject: Prüfung Prüfung" echo iconv_mime_decode("=?UTF-8?q?=D7=A0=D7=93=D7=A8=D7=A9=D7=AA_=D7=A4=D7=A2=D7 =95=D7=9C=D7=94_=D7= 9C=D7=94=D7=A4=D7=A2=D7=99=D7=9C_=D7=97=D7=A9=D7=9 1=D7=95=D7=9F_=D7=94 =D7=9E=D7=A9=D7=AA=D7=9E=D7=A9_=D7=91-_FXP=2Eco=2Eil", 0, "ISO-8859-1"); ?> but i got error iconv_mime_decode() [function.iconv-mime-decode]: Malformed string in Link to comment https://forums.phpfreaks.com/topic/176622-problem-with-utf-8/#findComment-931366 Share on other sites More sharing options...
yolop Posted October 7, 2009 Author Share Posted October 7, 2009 please... Link to comment https://forums.phpfreaks.com/topic/176622-problem-with-utf-8/#findComment-932027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.