cm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · 3 days agoAny day nowlemmy.mlimagemessage-square58linkfedilinkarrow-up1601arrow-down110
arrow-up1591arrow-down1imageAny day nowlemmy.mlcm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · 3 days agomessage-square58linkfedilink
minus-squarepftbest@sh.itjust.workslinkfedilinkarrow-up3·2 days agoWe 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·2 days agoThis 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.