On Sat, Mar 06, 2021 at 01:14:32PM +0100, Ralf Hemmecke wrote:
> > Well, writing integers as strings is not really satisfactory
> > solution.  OTOH, given how problematic TMFORM is we may have
> > no better way...
> 
> OK, we don't need integers as strings, we can also use the utf8
> character itself. See attachment for a second attempt.
> 
> The texmacs.input file is attached to show how I computed and checked
> the new table.
> 
> Hope you like it.
> Can I commit?

This has problem, in C locale (which is reasonable setup for
build machine) sbcl reject anything non-ASCII.  So ATM this
is not acceptable.

I will look if I can quickly change Spad compiler to produce
something that causes no trouble to sbcl.  If chaging Spad
compiler requires too much work, I would go with string
version.

BTW: This is yet another reason to rewrite our scanners.
After rewrite we could use binary mode for reading files,
so could handle UTF-8 independent of locale settings.

-- 
                              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/20210307163211.GE38228%40math.uni.wroc.pl.

Reply via email to