cm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · il y a 8 moisAny day nowlemmy.mlimagemessage-square58linkfedilinkarrow-up1610arrow-down111cross-posted to: funny@lemmy.ml
arrow-up1599arrow-down1imageAny day nowlemmy.mlcm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · il y a 8 moismessage-square58linkfedilinkcross-posted to: funny@lemmy.ml
minus-squarepftbest@sh.itjust.workslinkfedilinkarrow-up3·il y a 7 moisWe don’t use them in my project, I only added an exception for ©®™ and such. You can easily whitelist any character range you need. My command looks like this: - (! grep -r -I -P '[^\x{00}-\x{7f}©®™°]' src)
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up3·il y a 7 moisThis is goofy, I’m not gonna fail a build because somebody used some random Unicode character. That’s draconian.
We don’t use them in my project, I only added an exception for ©®™ and such. You can easily whitelist any character range you need. My command looks like this:
This is goofy, I’m not gonna fail a build because somebody used some random Unicode character. That’s draconian.