Website Encoding Issue I noticed.

SpYk3HH·2/1/2015, 1:56:05 PM·1 votes·759 views
Search results

Was searching for problems with my chat-bug in client when I noticed you have an encoding issue. Looks like something possibly not being encoded from iso to utf? Anyway, the details:

Using latest Google Chrome No proxy, no extensions, no reader plugs Error Element's CSS selector "#rioter_post + label" Pretty sure it should be some ASCII tick mark like (✔)[glyph of checkmark] of some sort, but what shows is (✓)[glyphs of a with ^ and oe as one glyph]. *[] give summary of what you should see in parenthesis Possible solution, your content header is being submitted as "text/html" without "utf-8" extension. Could be that the file format is "UTF-8 without BOM" instead of just "UFT-8". Try editing the file format, bet it solves your issue.

Enjoy Riot!

0 Comments