string latin to utf8 php code example
Example 1: array unicode php
header('Content-Type: text/html; charset=utf-8');
Example 2: french special characters php
<?php header('Content-Type: text/html; charset=iso-8859-1'); ?>
header('Content-Type: text/html; charset=utf-8');
<?php header('Content-Type: text/html; charset=iso-8859-1'); ?>