Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.36 KB

research.adoc

File metadata and controls

70 lines (54 loc) · 2.36 KB

Common Lisp and Unicode

The Common Lisp HyperSpec™ is the acclaimed online version of the ANSI Common Lisp Standard, suitable for LispWorks users. The HyperSpec is derived from the official standard with permission from ANSI and NCITS (previously known as X3). It contains the full text of the ANSI standard and ancillary information.

— LispWorks Ltd.

In Common Lisp text is represented as strings of CL:CHARACTER objects. The type CL:STRING is an alias for (vector character).

All implementations must at least support 96 Standard Characters.

Standard Characters
non-graphic

Newline Space

upper-case

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

lower-case

a b c d e f g h i j k l m n o p q r s t u v w x y z

digit

0 1 2 3 4 5 6 7 8 9

special

! \ " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ` ^ _ { | } ~

The non-graphic characters have names.