Hi team!
I’m sure this is really easy, if you know how!
If I copy text from a web page and then paste it into a Windows program, the Windows program often fails to recognise newlines, showing effectively a single long line of text.
I believe the main issue is that Windows looks for at the end of each line, whereas Linux based web servers only provide . There may also be an issue between ANSI, Unicode, and UTF-8 encoding.
Over the years I’ve developed workarounds for most instances. Generally these involve pasting into a program that understands the newlines, then copying and re-pasting into the desired program. For instance, if the text won’t paste into Excel I might paste into Notepad first, then copy and paste into Excel. Conversely, if it won’t paste into Notepad it sometimes pastes into Word.
So is there a quick, reliable way to copy text from a web page and paste it into Windows with Windows newlines (and preferably ANSI encoding)?
Ian.