Enum LineEnding

Line ending style

The enum base type is int .

Enum members

Name Description
CR CR (0x0D) - mac style
CRLF CR followed by LF (0x0D,0x0A) - windows style
LF LF (0x0A) - unix style
MIXED mixed line endings detected
UNKNOWN unknown line ending

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0