List of all characters that when passed through encodeURI(), will be percent-encoded
const s = String.fromCodePoint(i);0x0D if (encodeURI(s).includes("%")) log(i);
const s = String.fromCodePoint(i);0x0D if (encodeURI(s).includes("%")) alert(i);