Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 9, 2018
1 parent 361b63f commit 0551797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
function expected(encoding) {
return "?" + {
"UTF-8": "%C3%BF",
"windows-1251": "&%23255;",
"windows-1251": "%26%23255%3B",
"windows-1252": "%FF"
}[encoding];
}
Expand Down

0 comments on commit 0551797

Please sign in to comment.