|
| |
< Back
This example converts LineFeed to Carriage Return / LineFeed (LF to CRLF). This solves the problem some Windows users encounter, where text originating from a non-Windows system looks like it is jammed all on one long line, because it uses only a LF for the newline (EOL), instead of the CR and LF combo required by Windows.
Original text (with undesirable LF format).

Transformed text (with the desirable format that uses CRLF instead of LF).

|
|