Possibly related : example of non-ASCII Unicode mishandling [Re: A curious bug...]

2023-06-02 Thread Emmanuel Charpentier
Possibly related : while exploring ⎕SQL, I noticed some misha dling of non-ASCC nin-APL Unicode. After running : ``` ⍝ Exploration of a sqlite database throug APL ⍝ Nota Bene : The database name *MUST* be an UNENCAPSULATED vector : MaDBName←'/home/charpent/Documents/Perso/SuiviMédical/Circulation

Re: A curious bug...

2023-05-30 Thread Elias Mårtenson
I don't have an answer. I'm going to have to have a look. Hopefully I'll have some time tomorrow. Den tis 30 maj 2023 20:49Emmanuel Charpentier skrev: > Le mardi 30 mai 2023 à 12:26 +0200, Dr. Jürgen Sauermann a écrit : > > Hi Emmanuel, > > I cant quite explain this fully, but if I copy-and-past

Re: A curious bug...

2023-05-30 Thread Emmanuel Charpentier
Le mardi 30 mai 2023 à 12:26 +0200, Dr. Jürgen Sauermann a écrit : > Hi Emmanuel, > > I cant quite explain this fully, but if I copy-and-paste your string > below > and print it in hex, then: > > eedjsa@server68:~/apl-1.8/src$ echo 'Z ← L foo R' | od -t x1z > 000 5a 20 e2 86 90 20 4c 20 66 6f

Re: A curious bug...

2023-05-30 Thread Dr . Jürgen Sauermann
Hi Emmanuel, I cant quite explain this fully, but if I copy-and-paste your string below and print it in hex, then: *eedjsa@server68:~/apl-1.8/src$ echo 'Z ← L foo R' | od -t x1z** **000 5a 20 e2 86 90 20 4c 20 66 6f 6f 20 52 0a >Z ... L foo R.<** **016** * which suggests that the sequenc

Re: A curious bug...

2023-05-29 Thread Dr . Jürgen Sauermann
Hi, the make *distclean* may overwrite some *Makefile.in* files which are shipped with GNU APL. Normally your ./configure below (without *distclean*) in a fresh (yours is now broken) *svn co* should do it. what you want. Best Regards, Jürgen On 5/29/23 17:51, Emmanuel Charpentier wrote: Le

Re: A curious bug...

2023-05-29 Thread emm . charpentier
Dear Jürgen,Thanks you vert much for your intérêt in m'y little problems.To answer you properly, I'll have to rebuild, which I can't do now.More on this a bit later...--Emmanuel Charpentier[ Snip... ]

Re: A curious bug...

2023-05-29 Thread emm . charpentier
Le 29 mai 2023 13:36, Elias Mårtenson a écrit :The del editor in the Emacs mode is completely different from the one on the commandline.What happens is that the emacs mode detects the del character and opens its own window. Once you type C-c C-c, it sends the code to GNU APL. Something is being pr

Re: A curious bug...

2023-05-29 Thread Dr . Jürgen Sauermann
Hi Emmanuel, thanks, fixed in *SVN 1699*. Best Regards, Jürgen On 5/28/23 13:43, Emmanuel Charpentier wrote: I stumbled on a minor (?) |⍕| problem I |)dump|ed the results of a previous work (content irrelevant. Restore it, and examine these results : |)load Exp01dmp.apl DUMPED 2023-05-27