Syntax:
code-char code => char-p
Arguments and Values:
code---a character code.
Description:
Returns a character with the code attribute given by code. If no such character exists and one cannot be created, nil is returned.
Examples:
(code-char 65.) => #\A ;in an implementation using ASCII codes (code-char (char-code #\Space)) => #\Space ;in any implementation
Affected By:
The implementation's character encoding.
Exceptional Situations: None.
See Also:
Notes:
The following X3J13 cleanup issue, not part of the specification, applies to this section:RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4