Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Testling should specify the encoding when serving the page/bundle. #34
Conversation
May 3, 2013
This was referenced
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ljharb
commented
May 4, 2013
+1, this will help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
robotlolita commentedApr 28, 2013
Since Testling didn't specify the charset, this led to a plethora of random encoding errors if the libraries used anything outside of the ASCII charset. The same code would work or not on browsers with the same capabilities depending on whether the browser decided to treat the page as UTF-8 or not.
Specifying the charset gets rid of all that and gives us predictable behaviours. Yay