This is right as long as 0xD800 through 0xDFFF are removed (as we discussed earlier). It means that non-Unicode characters (if any) are not tested, but we can't have everything.
On Thu, Jan 25, 2024 at 4:33 PM Bradley Lucier <[email protected]> wrote: > The definition of char-generator uses (make-random-integer-generator 0 > max-char), where the upper bound is exclusive. So you might want to have > > (define max-char (cond-expand (full-unicode #x110000) (else 128))) > > Brad >
