Changeset 5295
- Timestamp:
- Oct 5, 2006, 5:09:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/chars.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/chars.lisp
r5260 r5295 289 289 str))) 290 290 ((and (< code #x100)(graphic-char-p c)) nil) 291 (t (format nil "U+~ x" code))))))291 (t (format nil "U+~4,'0x" code)))))) 292 292 293 293
Note:
See TracChangeset
for help on using the changeset viewer.
