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