Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

importScripts("/resources/testharness.js");
test(function() {
assert_equals("ΓΏ", "\ufffd");
}, "Decoding invalid utf-8");
done();