Changeset 6113
- Timestamp:
- Apr 2, 2007, 8:30:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-unicode.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-unicode.lisp
r5571 r6113 3028 3028 (progn 3029 3029 (funcall write-function stream (logior #xd800 (the fixnum (ash highbits -10)))) 3030 (funcall write-function (logior #xdc00 (the fixnum (logand highbits #x3ff))))3030 (funcall write-function stream (logior #xdc00 (the fixnum (logand highbits #x3ff)))) 3031 3031 2)))) 3032 3032 … … 3649 3649 #+big-endian-target :utf-16le 3650 3650 #+little-endian-target :utf-16be 3651 :bom-encoding #+big-endian-target #(#xfe #xff) #+little-endian-target #(#xff fe)3651 :bom-encoding #+big-endian-target #(#xfe #xff) #+little-endian-target #(#xff #xfe) 3652 3652 ) 3653 3653
Note:
See TracChangeset
for help on using the changeset viewer.
