Using iconv to convert character encodings


/ Published in: PHP
Save to your folder(s)

Example conversion from iso8859-1 to utf-8


Copy this code and paste it in your HTML
  1. $title = iconv("ISO-8859-1","utf-8",$title);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.