| Allegro CL version 10.1 This page is new in 10.1. |
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-2017, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2017.2.15.
| Allegro CL version 10.1 This page is new in 10.1. |