I have already searched on stackoverflow for this issue and i have implemented all the solutions that i have read.
I am developing a Spanish Website, all the Spanish chars like for example á
and ñ
are displayed like � if i upload the website in a server with Plesk and Mysql 5.7 .
On localhost and if i upload the website on another server i don't have any encoding problems. Here there is the example with the working link:
Example of page with the Spanish chars
My implementations:
<meta charset="UTF-8">
after<head>
All the database, the tables and the columns are encoded with
utf8mb4
as indicate on stackoverflow:
- Before every query there is
mysqli_set_charset( $conn,'utf8mb4')
and the query is always executed without errors.
This is what i see on the website on Plesk: