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.

  • @[email protected]OP
    link
    fedilink
    77 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
      67 months ago

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

      • @Tja
        link
        117 months ago

        I’d use qerg for that…

      • KSP Atlas
        link
        fedilink
        27 months ago

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

        • Toes♀
          link
          fedilink
          107 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.