Methods


MO_standardizeEndOfLineToLF
One of a collection of methods to standardize line endings.
MO_standardizeEndOfLineToCRLF
One of a collection of methods to standardize line endings.
MO_standardizeEndOfLineToCR
One of a collection of methods to standardize line endings.
MO_standardizeEndOfLineToParagraphSeparator
One of a collection of methods to standardize line endings.
MO_standardizeEndOfLineToLineSeparator
One of a collection of methods to standardize line endings.

MO_standardizeEndOfLineToCR

One of a collection of methods to standardize line endings.
- ( void ) MO_standardizeEndOfLineToCR;

Converts all line endings in the receiver to Mac-style carriage return. Any valid form of line ending is recognized including recognizing CRLF as a single line ending.


MO_standardizeEndOfLineToCRLF

One of a collection of methods to standardize line endings.
- ( void ) MO_standardizeEndOfLineToCRLF;

Converts all line endings in the receiver to Windows-style carriage return followed by linefeed. Any valid form of line ending is recognized including recognizing CRLF as a single line ending.


MO_standardizeEndOfLineToLF

One of a collection of methods to standardize line endings.
- ( void ) MO_standardizeEndOfLineToLF;

Converts all line endings in the receiver to unix-style linefeeds. Any valid form of line ending is recognized including recognizing CRLF as a single line ending.


MO_standardizeEndOfLineToLineSeparator

One of a collection of methods to standardize line endings.
- ( void ) MO_standardizeEndOfLineToLineSeparator;

Converts all line endings in the receiver to the Unicode line separator character. Any valid form of line ending is recognized including recognizing CRLF as a single line ending.


MO_standardizeEndOfLineToParagraphSeparator

One of a collection of methods to standardize line endings.
- ( void ) MO_standardizeEndOfLineToParagraphSeparator;

Converts all line endings in the receiver to the Unicode paragraph separator character. Any valid form of line ending is recognized including recognizing CRLF as a single line ending.

(Last Updated 3/20/2005)