mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 00:56:34 +02:00
We can only byte search with uni-byte or utf-8. utf-8 implicitly can't false match a delimiter at buffer boundary. So don't worry about finding the exact utf8 boundary at end of buffer, rather just ensuring the buffer always starts with a valid character (by ensuring MCEL_LEN_MAX-1 moved to start of buffer on each refill).