You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should always use the UTF-8 character encoding
Check the encoding of the actual file
Check the presence of a meta encoding declaration: <meta charset="utf-8"/> OR <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>, utf-8 OR UTF-8
AFAIK UTF-8 is the only sensible choice, error otherwise. (I'd like to be corrected if this assumption is wrong).
W3C:
<meta charset="utf-8"/>
OR<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
,utf-8
ORUTF-8
The text was updated successfully, but these errors were encountered: