Enum LineEndType
Line end types which may be used in addition to LF, CR, and CRLF.
public enum LineEndType
Fields
DEFAULT = 0
UNICODE = 1
Remarks
UNICODE includes U+2028 Line Separator
, U+2029 Paragraph Separator
, and U+0085 Next Line
.
Line end types which may be used in addition to LF, CR, and CRLF.
public enum LineEndType
DEFAULT = 0
UNICODE = 1
UNICODE includes U+2028 Line Separator
, U+2029 Paragraph Separator
, and U+0085 Next Line
.