https://issues.dlang.org/show_bug.cgi?id=14861
--- Comment #4 from [email protected] --- (In reply to ag0aep6g from comment #3) > Here's a PR that replaces the ungetc calls with ftell/fseek: > https://github.com/D-Programming-Language/phobos/pull/3622 That one's been closed. New PR to make LockingTextReader a char range: https://github.com/D-Programming-Language/phobos/pull/3696 --
