On Tue, 14 Mar 2023 at 00:44, Donald Russell <russell....@gmail.com> wrote:

> —>   ... | deblock linend 0a | split 0d | ...
>
> Could that cause extra lines?
>

Yes, it does. I agree removing a trailing x0d would have done. But the
challenge we see is that a file with just CR will buffer the input before
splitting. I've done a few things with "split after anyof x0d0a" and then
"joincont" on the leading CRLF, but it might make sense to enhance "deblock
linend" - I got frowns when I suggested to re-use the ANYOF keyword...

Rob

Reply via email to