Ralf Hemmecke wrote:
> >> ]*\)/\1 \2/p' ${ALGEBRASOURCES}/*.spad.pamphlet\
> >> -    ) | sort -k1,1 | ${AWK} '{if(a==$$1){print};a=$$a}' | sort -k2 > $@
> >> +    ) | LC_ALL=C sort -k1,1 | ${AWK} '{if(a==$$1){print};a=$$a}' |
> >> LC_ALL=C sort -k2 > $@
> >>
> >>  xmpexp.ht: examples.list
> >>      echo '% !! DO NOT MODIFY BY HAND !! It is generated.' > $@
> >>
> >> ============
> > 
> > Does it work when you set just LC_COLLATE?  I am affraid that
> > if we set LC_ALL=C somebody will be rejecting non-ascii characters.
> > I think ATM we are pure ASCII, but it would be good to allow
> > more in the future.
> 
> I am a bit puzzled. examples.list consists of short and long constructor
> names. There is nothing else than 7bit. What exact problem did you see?
> 
> But anyway, it seems, I'd have to check that part of the code again, it
> looks too complicated.

C orders letters A-Za-z.  IIRC national locales use AaBb...Zz or
maybe some variation on it.

-- 
                              Waldek Hebisch
[email protected] 

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to