cm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · 2 days agoAny day nowlemmy.mlimagemessage-square50fedilinkarrow-up1545arrow-down19
arrow-up1536arrow-down1imageAny day nowlemmy.mlcm0002@no.lastname.nz to Funny@sh.itjust.worksEnglish · 2 days agomessage-square50fedilink
minus-squarepftbest@sh.itjust.workslinkfedilinkarrow-up2·2 hours 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)
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: