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
Loading up the index.html results in a search box with placeholder text of "Search…". This is a result of encoding "Search…" with utf8, and then decoding it with cp1252 (the "latin1" of the web).
If I'm not mistaken, all that is needed is a meta-content-type header that specifies utf8 encoding.
Loading up the index.html results in a search box with placeholder text of "Search…". This is a result of encoding "Search…" with utf8, and then decoding it with cp1252 (the "latin1" of the web).
If I'm not mistaken, all that is needed is a meta-content-type header that specifies utf8 encoding.
The text was updated successfully, but these errors were encountered: