Files
strix/tests
Ahmed Allam 95410e9e12 fix(context): normalize a mid-character read offset to the next boundary
An arbitrary offset landing inside a multi-byte character is now advanced to
the next character boundary before reading, instead of trimming leading
continuation bytes after the read. This keeps every page on a real boundary
(no replacement characters) and guarantees forward progress, so an offset
inside the final character can't yield an empty page with an unchanged
continuation offset.
2026-07-26 00:35:42 +00:00
..