Changeset 6584
- Timestamp:
- May 20, 2007, 9:08:16 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/level-1/l1-unicode.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/level-1/l1-unicode.lisp
r6562 r6584 4631 4631 (defun cstring-encoded-length-in-bytes (encoding string start end) 4632 4632 (+ (ash (character-encoding-code-unit-size encoding) -3) ; NUL terminator 4633 (string-encoded-length-in-bytes string start end)))4633 (string-encoded-length-in-bytes encoding string start end))) 4634 4634 4635 4635
Note:
See TracChangeset
for help on using the changeset viewer.
