A strange issue on Android Auto leaves WhatsApp messages having the word “oh” randomly added to the end of the audio readout.
A strange issue on Android Auto leaves WhatsApp messages having the word “oh” randomly added to the end of the audio readout.
Surely it couldn’t be reading the
\0
null terminator at the end of the string…0 hexadecimal?
Is WhatsApp storing a char array in a string object directly?
Unicode translation error?
Nukl byte is built into the UTF8 standard. And UTF16 expects null bytes within the string.