I've added a required argument "prefix"; if it's true, it's assumed that "#u8" has already been read.

On Wed, Oct 14, 2020 at 4:39 AM Shiro Kawai <xxxxxx@gmail.com> wrote:
I wonder if it's useful that read-textual-bytestring reads from '#u8"' prefix.  It means the caller most likely already knows that input begins with the prefix.  In general parsing cases, though, the caller knows the input is likely to be srfi-207 bytestring _after_ reading the prefix.  Practically, would it be more useful to have a procedure that only parses the content part?