Top | ![]() |
![]() |
![]() |
![]() |
GMimeFilterUnix2DosGMimeFilterUnix2Dos — Convert line-endings from UNIX (LF) to Windows/DOS (CRLF). |
GMimeFilter *
g_mime_filter_unix2dos_new (gboolean ensure_newline
);
Creates a new GMimeFilterUnix2Dos filter.
struct GMimeFilterUnix2Dos { GMimeFilter parent_object; gboolean ensure_newline; char pc; };
A filter to convert a stream from Windows/DOS line endings to Unix line endings.
GMimeFilter |
parent GMimeFilter |
|
|
||
the previous character encountered |