Changeset 12971
- Timestamp:
- Oct 9, 2009, 1:29:28 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/l1-streams.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-streams.lisp
r12970 r12971 3426 3426 3427 3427 (defmethod stream-external-format ((s character-stream)) 3428 (make-external-format :character-encoding #+big-endian-target :utf 32-be #+little-endian-target :utf32-le :line-termination :unix))3428 (make-external-format :character-encoding #+big-endian-target :utf-32be #+little-endian-target :utf-32le :line-termination :unix)) 3429 3429 3430 3430
Note:
See TracChangeset
for help on using the changeset viewer.
