chickadee » srfi-135 » textual->text

textual->text textualprocedure

When given a text, textual->text just returns that text. When given a string, textual->text returns the result of calling string->text on that string. Signals an error when its argument is neither string nor text.