string-incomplete?

[procedure] string-incomplete? string

Gauche: returns #t if string is an incomplete string. Incomplete string in Gauche is a string that contains a byte sequence which is not valid in the native multibyte encoding. See also string-complete->incomplete, string-incomplete->complete.