encodeURI() not encoded with %
const s = String.fromCodePoint(i);0x0D if (!encodeURI(s).includes("%")) log(i);0x0D
const s = String.fromCodePoint(i);0x0D if (!encodeURI(s).includes("%")) alert(i);0x0D