Page 1 of 1

How to change LF to CRLF in the input? Prefs? [solved]

Posted: Sat Jun 15, 2024 3:45 pm
by gdridi
Hello!

Is there a option to change LF to CRLF in the input?
Or somewhere else..

I need to disable LF=CRLF because it seems to be "the bug" in my program : always ok for the first line but second line becomes reversed ; all lines are ASCII with an ESC starting.

DGILLES - Arabic console os4depot.net @ 30 May 2024 -

Re: How to change LF to CRLF in the input? Prefs?

Posted: Mon Jun 17, 2024 1:54 pm
by tonyw
Is this the problem you showed in the thread "Console.device A1222..." ?

If so, please email me privately so that we can sort out the problem.

Re: How to change LF to CRLF in the input? Prefs? [solved]

Posted: Tue Jun 25, 2024 12:07 pm
by gdridi
Hello!

After talking with Tonyw

The misoperating was due to not taking into account multiline in FEu2 or FEa1222, like "abc\ndef" as one string received instead of two strings "abc\n" and "def", with previous venerable FEu0

Wow
DGILLES - os4depot.net @ 25 June 2024