[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 2 11:59:45 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14861

--- Comment #1 from MGW <mgw at yandex.ru> ---
Size ring buffer = 16384 bytes in struct _iobuf*. If Utf-8 sequence is broken
off on buffer boundary, it is impossible to return earlier read characters, as
in the buffer absolutely other data.

--


More information about the Digitalmars-d-bugs mailing list