Closed dasdgdafg closed 6 years ago
Using unescape(encodeURIComponent(...)) and decodeURIComponent(escape(...)) to encode/decode the unicode to bytes, then the bytes are encoded in hex just like before. I moved the onclick function out of a string so it would look nicer.
unescape(encodeURIComponent(...))
decodeURIComponent(escape(...))
Using
unescape(encodeURIComponent(...))
anddecodeURIComponent(escape(...))
to encode/decode the unicode to bytes, then the bytes are encoded in hex just like before. I moved the onclick function out of a string so it would look nicer.