590
Use this information wisely
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
another good one to sneak in there... thai zero-width space: U+200B
cant see it, nothing reads it, and it makes everything error. : D
The right to left mark (U+2000F) can also be fun.
Hmm .. we should start collecting these.
Anyone know of an existing list?
https://github.com/minimaxir/big-list-of-naughty-strings/
https://invisible-characters.com/
ᅠ
Oh ho! I see what you did there!
It's the first one, the ㅤU+3164 Hangul filler, to save everyone else a comment source+browser console+copy-paste+hex editor/search.
I'm not an expert in Glagolitic, but I have a feeling that next-to-none of its letters are supposed to be invisible.
Before I went to the comments I wished no one mentioned that. As a DBA I fucking hate you...
i am an SDET. this character destroys DBs... i am sorry :(
Came here to say fuck the zero width space. I spent 90 hours in the depths of solr looking for this fucker who brought down our entire search index.
I deal with shy hyphens a lot. They don’t display unless there’s a line break, so they get copied from various word docs or websites and end up in a database somewhere waiting to piss me off.
Yup
I'm guessing that they pasted code from inside Microsoft Word.
No. CMS updated to support new character set while solr did not. Not enough sanitization.
I've had similar "fun" with the character defaults on MySQL, from memory for a time it was Swedish by default, rather than UTF.