Re: [E-devel] [Terminology 0.4] UTF-8 decoding problem across multiple reads

2013-12-12 Thread Cedric BAIL
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 '\

[E-devel] [Terminology 0.4] UTF-8 decoding problem across multiple reads

2013-12-12 Thread Egmont Koblinger
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