Perl-Dist-Strawberry icon indicating copy to clipboard operation
Perl-Dist-Strawberry copied to clipboard

UCRT builds

Open shawnlaffan opened this issue 2 years ago • 2 comments

It's worth experimenting with UCRT.

The relevant patch is https://github.com/Perl/perl5/commit/26b63da690b28dba2297996624585ef2813f8409

See also https://github.com/StrawberryPerl/Perl-Dist-Strawberry/issues/150#issuecomment-1783953515

shawnlaffan avatar Oct 29 '23 02:10 shawnlaffan

Hi @fligro, thanks for reporting this issue.

I'm afraid I don't fully understand: do you want to have all linebreaks removed? Or do you get additional linebreaks (e.g. within a paragraph), that shouldn't be there?

If you could share a screenshot of a text that shows this behavior, along with the recognized text and what you would expect instead, that would help me a lot!

Thanks!

dynobo avatar May 16 '24 19:05 dynobo

Hi @dynobo,

I don't know about @fligro, but for me, an option removing all line breaks would probably be the simplest solution because I miss this feature most when I just want to copy a single paragraph, which is then captured as multiple lines instead of one.

For example, if I try to grab the second paragraph from your message, I get two lines (with a line break after what you would):

If you could share a screenshot of a text that shows this behavior, along with the recognized text and what you would
expect instead, that would help me a lot!

image

LKirst avatar Aug 25 '24 04:08 LKirst