I have a problem displaying results from a database in an HTML file on two computers.
So, on one computer, it shows this name:
SAUL FRANCISCO GARCÃA RODRÃGUEZ
Database mapping latin1_swedish_ci, and table sorting utf8_general_ci.
On another computer, it looks like this (I want it to be like this):
SAUL FRANCISCO GARCÍA RODRÍGUEZ
Names are obtained in the tag <select>. The language of the two browsers is English, and the Html file is the same in both environments, so I think it has to do with the encoding or encoding for the php.ini file
I tried to change the values in php.ini, but nothing changed, and I can not find the answer anywhere.
The only difference is that when the results are displayed as I want, I installed WAMP, and on the other computer I installed Apache, MySQL and PHP separately.
Sorry if the details are not very informative, but I do not know where I am going wrong.
PS In both databases, the data looks as follows from the MySQL console:
SAUL FRANCISCO GARCÃA RODRÃGUEZ