What text cleaning removes
The cleaner targets the whitespace problems that plague pasted text:
- Leading and trailing spaces on every line are trimmed.
- Runs of spaces and tabs inside a line are collapsed to a single space.
- Multiple consecutive blank lines are reduced to a single blank line (or removed entirely).
- Mixed line endings — Windows (CRLF), old Mac (CR), and Unix (LF) — are normalised to a single consistent style.
- Non-breaking spaces and other invisible characters that copy across from PDFs and web pages are converted to normal spaces.