Contents

remapLineEndings

A Boolean value that indicates whether you want automatic remapping of carriage return (\r) to newline (\n) characters in the input string.

Declaration

var remapLineEndings: Bool { get }

Discussion

The default is false. Override to return true if you want the remapping to occur.

See Also

Handling the I/O Separator Character