Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 929 → Rev 2150

/trunk/api/pear/Mail/mimeDecode.php
69,7 → 69,7
> headers. Therefore I made the following function:
>
> function decode_utf8($txt) {
> $trans=array("Å‘"=>"õ","ű"=>"û","Ő"=>"Õ","Å°"
> $trans=array("ő"=>"õ","ű"=>"û","Ő"=>"Õ","Ű"
=>"Û");
> $txt=strtr($txt,$trans);
> return(utf8_decode($txt));