What Line Ending Converter does
Normalize mixed text line endings and convert all line breaks to LF, CRLF, or classic CR.
Input and output contract
Text input is bounded and existing CRLF pairs are normalized before target line endings are applied. Text using only the selected newline convention.
Safe workflow
Choose LF, CRLF, or CR and process the text before saving it in the intended format. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
The Tool changes line-separator bytes and can therefore change checksums or byte offsets in structured save data. Do not use on opaque binary files or signed/checksummed data unless the format explicitly permits text normalization.