Why this tool is useful
Use line-ending normalization before committing generated files, comparing fixtures or passing text between Windows and Unix-oriented tools.
Normalize mixed CRLF, LF and CR line endings to one selected convention and report the original newline inventory.
Ready. Your working data stays in this browser.
Use line-ending normalization before committing generated files, comparing fixtures or passing text between Windows and Unix-oriented tools.
The page counts CRLF pairs before lone CR and LF characters, replaces every recognized newline with an internal separator and emits the requested sequence.
A document containing both Windows and Unix newlines can be exported as consistent LF without changing any visible line content.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.