Module: Gio::DataStreamNewlineType

Defined in:
(unknown)

Constant Summary collapse

LF =

Selects “LF” line endings, common on most modern UNIX platforms.

0 or :lf
CR =

Selects “CR” line endings.

1 or :cr
CR_LF =

Selects “CR, LF” line ending, common on Microsoft Windows.

2 or :cr_lf
ANY =

Automatically try to handle any line ending type.

3 or :any