Says “مع السلامة” just before crashing which translates to “bye”. I’m working on this for over a year and this is the first time it happens.

  • @meitiOP
    link
    65 months ago

    it’s python and I’d guess it’s embedded somewhere in the package. I’ll run a grep on its source to see whether I can find it.

    • Toes♀
      link
      fedilink
      65 months ago

      Now I’m curious if grep supports right to left Unicode. Let me know your findings :)

      • @meitiOP
        link
        35 months ago

        haha good point. I use ripgrep though.

      • KSP Atlas
        link
        fedilink
        25 months ago

        I assume it does, internally it’s still just characters

        • Toes♀
          link
          fedilink
          105 months ago

          Oh that just characters thing is super complicated and computers have been messing it up for generations though. For example python didn’t have decent support for Unicode until version 3 and it came out after Unicode was already a thing.