On Sun, Oct 25, 2020 at 11:02:42PM -0400, Kostas Oikonomou wrote:
> 
> Here is what happens with the "copy" of sbcl that fricas makes:
> 
> [ko@wiley ~/build/ax-build/build/x86_64-x-freebsd12.1/bin]$ lisp
> * (aref "=CE=B1" 0)
> #\LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX
> *

AFAICS we now can say that this is change in sbcl.  When
I use sbcl 1.2.4 Unicode works as expected.  When I use
sbcl 2.0.9 I see result as above. 

> I also see that the system sbcl (i.e. the one I install using a system=20
> binary package, similar to a Linux .rpm I would think) is a=20
> significantly smaller file:

That is normal: system sbcl keeps almost all code in a separate
("core") file and what you see is small loader program.  'lisp'
is created as self-contained executable and all code is in
a single file.  Putting things in single file need the same
disc space as separate core, but is much easier to invoke.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20201026113934.GA8192%40math.uni.wroc.pl.

Reply via email to