Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.