Does anyone know of a program that can remove
linebreaks in text. I have found many ebooks in
the form of text files where I assume the author
did not know word wrap exists.

A perfect
example is this thing I am typing. If you stuck this
into those text2lit programs then it willl be full of
funny spaces where a line could just have 1 word
or something. SO I am hoping someone knows of
a program that can remove that extra formatting,
but could hopefully keep the paragraphing..
I can hope this exists... If it doesnt, I doubt it would
be too difficult to write a program that does this
Perhaps have it search for the newlines and if
the new line is combined with a second new line
or several spaces then... I dont know.. very rusty
in my c++ so hoping someone had already made it
Thanks.