Changeset 5183
- Timestamp:
- Sep 8, 2006, 9:47:22 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/chars.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/chars.lisp
r2325 r5183 293 293 str))) 294 294 ((and (< code #x100)(graphic-char-p c)) nil) 295 (t nil))))295 (t (format nil "U+~x" code))))) 296 296 297 297
Note:
See TracChangeset
for help on using the changeset viewer.
