I am trying to create a bookmarklet and got this problem that I only managed to find out: the \u8203
that Chrome uselessly tells me in my code block (when pasting into the JS console) `` Invalid ILLEGAL character ''.
Fortunately, Safari was the one who told me that it was \u8203
.
I am editing the code in the Sublime Text 2 editor and somehow copying it and from it (I also tried TextEdit) was unable to delete it.
Is there any website somewhere that will share all non-ASCII characters?
When I try to save as ISO 8859, but it will save it as UTF-8 "due to unsupported characters".
... Yes. what a point. Get rid of my unsupported evil characters.
What should I do? Edit my file in a hex editor?
FYI I actually solved it by re-typing the code (which came from this site, by the way).
source share