I have tested my website on localhost but once uploaded i see that in the
address is not displayed correctly. The address contains the following errror:
37 Gr�ce Ave
instead of
37 Grâce Ave,
Here there is the beginning of my html page:
<html lang="en-ca">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
On localhost the address $address='37 Grâce Ave,' is displayed correctly.
I have a lot of addresses with these special chars, how can i fix this error?
var_dump(bin2hex($address));to your question.