phpbar.de logo

Mailinglisten-Archive

Re: eMails, POP3 und encoding
Archiv Mailingliste php_(at)_infosoc.uni-koeln.de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eMails, POP3 und encoding



Hi,

ich schlug letzten Freitag das hier ...
> >   $text = "da=DF ber=FCcksichtigt w=E4re = schoen";
> >   $text = eregi_replace("=(\n|$)", "", $text);
> >   $text = eregi_replace("%", "=25", $text);
> >   $text = eregi_replace("=([0-9a-f][0-9a-f])", "%\\1", $text);
> >   $text = urldecode($text);
> >   echo $text;
... als Lösung zum Dkodieren von Quoted-Printable vor.

Hab' eben entdeckt, daß PHP doch eine passende Funktion hat:
  string quoted_printable_decode(string str);

Verflucht, was ist denn in diese Sprache _nicht_ schon eingebaut? :-)))

Ciao,
  Martin

Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive