[slime-devel] Re: Unicode support for CMUCL
Raymond Toy
toy.raymond at gmail.com
Tue Aug 19 11:13:52 UTC 2008
Madhu wrote:
> * Raymond Toy <489640BA.6020200 at gmail.com> :
> Wrote on Sun, 03 Aug 2008 19:35:22 -0400:
>
> | Madhu wrote:
> |> * Raymond Toy <4894AA9A.5000804 at 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.
>
> This is checked in the `unicode-utf16-extfmt-branch' branch and not the
> `unicode-utf16-branch' which I was trying. I should probably follow up
> on the cmucl lists
Sorry for the delay. Yes, you need to be using the extfmt-branch to get
support for external formats. The utf16 branch only basically just
changes the internal representation and has minimal support for external
format. The extftm-branch has much more complete support. (But still
lacks lots of other support for unicode.)
Ray
More information about the slime-devel
mailing list