I am having problems with accentuation in a project that I am giving maintenance.
Table MYQL using utf8_unicode_ci
String Error
$text = 'São Jos�'; #correct São José
echo utf8_decode($text); #print São Jos�
echo utf8_encode($text); #print São Jos�
How to solve using php 5.6?