Skip to content
Commit 41f52d8d authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

streams: bivalent stream signals a condition for bytes out of range

Sometimes a byte may be not within the character code range. In that case, when
we read the char, the system will signal a condition.

Alternatively (and that's the behavior before this commit) we could return the
character #\Nul. That was done by virtue of ECL_CHAR_CODE skipping tag bytes, so
the returned NIL was treated as 0.
parent 43fef5fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment