string-complete->incomplete[procedure] string-complete->incomplete string
[procedure] string-incomplete->complete string
Gauche: conversion between complete strings and incomplete strings.
Incomplete string in Gauche means a string that contains a byte sequence
which is not valid in the native multibyte encoding.
string-incomplete->complete returns #f if string can't be
represented by a complete string.
See also string-incomplete?
|