encoding - ISO 8859-15 to UTF-8 conversion in PHP -
my string "die ard hat eines der gr=f6=dften korrespondentennetze weltweit.". guess itsiso 8859-15 , want convert in utf-8. "die ard hat eines der größten korrespondentennetze weltweit."
i tried several ways:
iconv("iso-8859-15", "utf-8", $content);
but, not working, please guide further or let me know ready made function conversion.
the quoted text in email transport encoding called "quoted printable". iso-8859-15 may underlying text encoding, best @ email headers.
Comments
Post a Comment