Hi Waldek, Le lun. 6 mai 2024 à 18:17, Waldek Hebisch <[email protected]> a écrit : > > On Mon, May 06, 2024 at 06:04:12PM +0200, Grégory Vanuxem wrote: > > No, it was just to be sure my string is good for Lisp. > > There is something fishy in your string, so you need to look at > it. PRINC is not good for this, as it hides special characters. > PRIN1 or maybe our PRETTYPRINT is better. If that shows nothing > you can try 'script' and examine output using 'od' to show you > character codes.
Yes, it contains newline characters, the string is already formatted. I need to study the implications of UTF-8 better in my settings, but in the meantime I've finally coded a simple CL predicate if #\newline is present in a string. Next, it's outputString in i-output.boot that needs a little tweaking for me. In fact, I've bypassed the part of the code that breaks lines. This could be interesting for FriCAS when, and if, the output code in the interpreter is modified to be "ported" at the Spad level. In fact, I think the interpereter overdoes in this area. Thanks, - Greg -- 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/CAHnU2dbb8RC7fYxoOATujNuYB4fvuYPRwA7JrTG-jf4UMTepuQ%40mail.gmail.com.
