How can I make PHP accept accents like "'" and "^". It would have to work on this list that I created in PHP (This is not the complete code in the list).
<td><?php echo $dado['RM'];?></td>
<td><?php echo $dado['Nome'];?></td>
<td><?php echo $dado['Email'];?></td>
<td><?php echo $dado['Turma_ID'];?></td>