Codebase list cl-unicode / 7591d79
Import upstream version 20201101.git54bdf2c+git20210220.1.2790a6b Debian Janitor 1 year, 2 months ago
3 changed file(s) with 3 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
+0
-4
.gitignore less more
0 hash-tables.lisp
1 lists.lisp
2 methods.lisp
3 test/derived-properties
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