
3 Aug
2008
3 Aug
'08
11:35 p.m.
Madhu wrote:
* Raymond Toy <4894AA9A.5000804@gmail.com> : Wrote on Sat, 02 Aug 2008 14:42:34 -0400: |> The commit calls MAKE-FD-STREAM with an EXTERNAL-FORMAT keyword argument |> But MAKE-FD-STREAM in code/fd-stream and the structure do not support |> this yet? | | It's only supported if you have a unicode build, which hasn't been | officially released yet.
I wanted to point out that the code for SYS:MAKE-FD-STREAM in "code/fd-stream.lisp" in the `unicode-utf16-branch' branch (CVS 2008-07-11) does not support an :EXTERNAL-FORMAT keyword argument. Perhaps there is a mismatch between your build and the CVS sources?
Try a cvs update. The version I have (07-14, rev 1.85.4.1.2.7) has :external-format. Ray