Description
When decoding the invalid UTF-8 sequence %ED%BF%BF, decodeURIComponent outputs replacement characters ��� instead of throwing a URIError, violating ECMA-262 specifications.
Version
Testcase
print(decodeURIComponent('%ED%BF%BF'));
Output
Expected output