1
On a site I developed, I have the following text: The line of hair removal..., this text opens perfectly in Windows, in any browser. Already, on Mac, the text appears as follows: The line of depilac,.
What can it be?
The coding of the site is like this:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
This occurs in which browser?
– idenardi
Dude, on Mac I checked in Google Chrome, but in Windows Chrome it’s OK.
– Felipe Viero Goulart
I believe it’s on safari...
– Cold
Windows Safari is Ok.
– Felipe Viero Goulart
You’ve already included the statement
<meta>
identifying the charset. But the files HTML are in this pattern (UTF-8)?– user7261