| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: code
The code argument must be a fixnum. It is interpreted as a Unicode character code and converted into the UTF-16 encoding used internally in the Allegro CL string representation.
Returns two values:
nil
:
if code is smaller than #x10000.
nil
and nil
if code is not a valid Unicode code point.
See iacl.htm for more information on international characters and external formats.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |