A strange issue on Android Auto leaves WhatsApp messages having the word “oh” randomly added to the end of the audio readout.

  • JWBananas
    link
    English
    342 months ago

    Surely it couldn’t be reading the \0 null terminator at the end of the string…

    • Kairos
      link
      fedilink
      English
      92 months ago

      0 hexadecimal?

      Is WhatsApp storing a char array in a string object directly?

      • JWBananas
        link
        English
        12 months ago

        Unicode translation error?

        • Kairos
          link
          fedilink
          English
          22 months ago

          Nukl byte is built into the UTF8 standard. And UTF16 expects null bytes within the string.