Availability:C-language interface function
bool PL_put_wchars(term_t
-t, int type, size_t len, const pl_wchar_t *s)Put text from a wide character array in t. Arguments
are the same as PL_unify_wchars().219The
current implemention uses PL_put_variable()
followed by PL_unify_wchars().