| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version | ||||||||||
Arguments: eucvector &key drop-last-null
This function is obsolete. Users are encouraged to use octets-to-string instead of excl:euc-to-string. The equivalence is as follows:
(octets-to-string eucvector :end (if* drop-last-null
then (position 0 eucvector)
else (length eucvector))
:external-format :euc)
This function converts an EUC vector (which must have type
(unsigned-byte 8 (*)) to a Lisp string. If the
value of the drop-last-null keyword argument is t (the default), then if the last character in
eucvector is a null character, it is not included in the Lisp
string.
See iacl.htm for information on character sets in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version | ||||||||||