Re: [Maxima-discuss] gcl-2.7.0 and unicode

2023-12-21 Thread Camm Maguire
Greetings! Some time ago I put in the gobble-whitespace function for gcl (commit da00ca3cf) to work around test failures linked to unicode whitespace. Workign fine AFAICT. Take care, Robert Dodier writes: > On Thu, Dec 21, 2023 at 7:59 AM Camm Maguire wrote: > >> Can you give me an example o

Re: [Maxima-discuss] gcl-2.7.0 and unicode

2023-12-21 Thread Robert Dodier
On Thu, Dec 21, 2023 at 7:59 AM Camm Maguire wrote: > Can you give me an example of something important > which cannot be made to work with existing gcl characters, as say maxima > has? There isn't any feature in Maxima which requires Unicode, so unless I'm forgetting something, the answer is no

Re: gcl-2.7.0 and unicode

2023-12-21 Thread Camm Maguire
Greetings, and thanks for your feedback! Perhaps. I do have a plan to follow emacs in this regard as described in previous posts, but am unsure of the timing. Can you give me an example of something important which cannot be made to work with existing gcl characters, as say maxima has? Take car

gcl-2.7.0 and unicode

2023-12-21 Thread Andrey G. Grozin
Camm, Will 2.7.0 support unicode? Andrey