encodeURI() not encoded with %
Unable to render tweet button
const s = String.fromCodePoint(i); if (!encodeURI(s).includes("%")) log(i);
const s = String.fromCodePoint(i); if (!encodeURI(s).includes("%")) alert(i);