Jump to content

problem with utf-8


yolop

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.