paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 1 年前Use this information wiselylemmy.mlimagemessage-square84fedilinkarrow-up1610arrow-down110
arrow-up1600arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 1 年前message-square84fedilink
minus-squareAmazingAwesomator@lemmy.worldlinkfedilinkarrow-up125·1 年前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
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up34·1 年前Hmm … we should start collecting these. Anyone know of an existing list?
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up93·1 年前https://github.com/minimaxir/big-list-of-naughty-strings/
minus-squareEdie [it/it/its/its/itself, she/her/her/hers/herself]@lemmy.mllinkfedilinkarrow-up39·1 年前https://invisible-characters.com/
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up1·edit-21 年前It’s the first one, the ㅤU+3164 Hangul filler, to save everyone else a comment source+browser console+copy-paste+hex editor/search.
minus-squareČauky Mňauky@lemmy.ziplinkfedilinkarrow-up1·1 年前I’m not an expert in Glagolitic, but I have a feeling that next-to-none of its letters are supposed to be invisible.
minus-squareCallMeAnAI@lemmy.worldlinkfedilinkarrow-up24·1 年前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.
minus-squarederfunkatron@lemmy.worldlinkfedilinkEnglisharrow-up15·1 年前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.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up8·1 年前I’m guessing that they pasted code from inside Microsoft Word.
minus-squareCallMeAnAI@lemmy.worldlinkfedilinkarrow-up4·1 年前No. CMS updated to support new character set while solr did not. Not enough sanitization.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up3·1 年前I’ve had similar “fun” with the character defaults on MySQL, from memory for a time it was Swedish by default, rather than UTF.
minus-squareanton@piefed.blahaj.zonelinkfedilinkEnglisharrow-up6·1 年前The right to left mark (U+2000F) can also be fun.
minus-squareS_H_K@lemmy.dbzer0.comlinkfedilinkarrow-up3·1 年前Before I went to the comments I wished no one mentioned that. As a DBA I fucking hate you…
minus-squareAmazingAwesomator@lemmy.worldlinkfedilinkarrow-up3·1 年前i am an SDET. this character destroys DBs… i am sorry :(
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
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.
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.
The right to left mark (U+2000F) can also be fun.
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 :(