Jump to content

Base64 Utf-8 To Iso-8859-1


ckrudelux

Recommended Posts

I don't know what "=?UTF-8?B?" is. Can you explain where this is and what it means?
This is a code used in a email and would look something like this:
<?php$subject = "=?UTF-8?B?".base64_encode("Hello World!")."?="?>

But now then I think about it could be Quoted-printable which defines base64 but not sure I was not the one who made this bit of the code in the project. I'm just cleaning up the code we wrote.. Answer:Found something on it finaly.. looks like you can replace UTF-8 as ISO-8859-1 based on some emails I got checked them throuht firebird for the source instead of the web client..

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...