Hello,
On Fri, Dec 13, 2013 at 8:19 AM, Egmont Koblinger wrote:
> [ Sorry, re-sending with a more informative subject line, my bad ]
>
> When a UTF-8 character is split across multiple read()s, it is not decoded
> correctly. This causes random screen corruption problems.
>
> Execute: echo -ne '\
Hi all,
[ Sorry, re-sending with a more informative subject line, my bad ]
When a UTF-8 character is split across multiple read()s, it is not decoded
correctly. This causes random screen corruption problems.
Execute: echo -ne '\0303\0241\0303'; sleep 1; echo -e '\0251'
Expected output: áé
Actu