paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 3 个月前Use this information wiselylemmy.mlimagemessage-square83fedilinkarrow-up1611arrow-down19
arrow-up1602arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 3 个月前message-square83fedilink
minus-squareAmazingAwesomator@lemmy.worldlinkfedilinkarrow-up124·3 个月前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·3 个月前Hmm … we should start collecting these. Anyone know of an existing list?
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up95·3 个月前https://github.com/minimaxir/big-list-of-naughty-strings/
minus-square∞🏳️⚧️Edie [it/it/its/its/itself, she/her/her/hers/herself, fae/faer/faer/faers/faerself, love/love/loves/loves/loveself, des/pair, null/void, none/use name]@lemmy.mllinkfedilinkarrow-up39·3 个月前https://invisible-characters.com/
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up1·edit-23 个月前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-squarePartyAt15thAndSummit@lemmy.ziplinkfedilinkarrow-up1·3 个月前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·3 个月前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·3 个月前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·3 个月前I’m guessing that they pasted code from inside Microsoft Word.
minus-squareCallMeAnAI@lemmy.worldlinkfedilinkarrow-up4·3 个月前No. CMS updated to support new character set while solr did not. Not enough sanitization.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up3·3 个月前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·3 个月前The right to left mark (U+2000F) can also be fun.
minus-squareS_H_K@lemmy.dbzer0.comlinkfedilinkarrow-up3·3 个月前Before I went to the comments I wished no one mentioned that. As a DBA I fucking hate you…
minus-squareAmazingAwesomator@lemmy.worldlinkfedilinkarrow-up3·3 个月前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 :(