• pftbest@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    6 hours ago

    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:

    - (! grep -r -I -P '[^\x{00}-\x{7f}©®™°]' src)
    
    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 hour ago

      This is goofy, I’m not gonna fail a build because somebody used some random Unicode character. That’s draconian.