Function: pgg-string-as-unibyte
pgg-string-as-unibyte is a function alias for string-as-unibyte,
defined in fns.c.
Signature
(pgg-string-as-unibyte STRING)
Documentation
Return a unibyte string with the same individual bytes as STRING.
If STRING is unibyte, the result is STRING itself.
Otherwise it is a newly created unibyte string, with no text properties,
whose bytes are identical to those of STRING, except that any character
of charset eight-bit is converted to the corresponding single byte.