Codebase list cl-unicode / 2d23672b-8908-464e-a62e-7603e5489ae1/upstream
Import upstream version 20210220.git2790a6b Debian Janitor 2 years ago
3 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11 lists.lisp
22 methods.lisp
33 test/derived-properties
4 test/normalization-forms
136136 (case-folding-mapping :initarg :case-folding-mapping
137137 :initform nil
138138 :accessor case-folding-mapping*
139 :type nil
139 :type list
140140 :documentation "The case folding mapping of
141141 the character \(as a list of \(status, code point)) if explicitly specified.")
142142 (idna-mapping :initarg :idna-mapping
2828
2929 (in-package :cl-unicode)
3030
31 (defvar *this-file* (load-time-value
32 (or #.*compile-file-pathname* *load-pathname*))
31 (defparameter *this-file* (load-time-value
32 (or #.*compile-file-pathname* *load-pathname*))
3333 "The location of this source file. Needed to find the data files.")
3434
3535 (defvar *char-database* nil