Hello! My problem is this: I have a list of values in an external php file and when I use an include to call the values in my template the characters with accents are replaced with queries. I would like to know if there is a function or another way to get the values encoding them for UTF8.
Example:
$lang = array();
$lang['LANGUAGE'] = 'português';
$lang['HOME'] = 'início';
and inside the template I call it:
include 'lista.php';
echo $lang['HOME'];
Then you get started
NOTE: I used notepad ++ to format them in UTF-8 without good and resolved on most words, however in text from within buttons did not work. See the picture: