1<!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link rel="stylesheet" type="text/css" href="../../CSS/revolution.css" />
7<title>ENCBreakType</title>
8</head>
9<body>
10
11<h1>ENCBreakType</h1>
12
13<h2>Syntax</h2>
14<dl><dd><pre class="construction">
15#include &lt;revolution/enc.h&gt;
16
17typedef enum ENCBreakType
18{
19    ENC_BR_KEEP,
20    ENC_BR_CRLF,
21    ENC_BR_CR,
22    ENC_BR_LF
23} ENCBreakType;
24</pre></dd></dl>
25
26<h2>Description</h2>
27<p>
28Carriage return code handling.
29</p>
30<div align="left">
31<TABLE class="arguments" border="1" >
32  <tbody>
33    <tr>
34<th>ENC_BR_KEEP</th>
35<td>Maintain carriage return.</td>
36    </tr>
37    <tr>
38<th>ENC_BR_CRLF</th>
39<td>Standardize carriage return code to CRLF.</td>
40    </tr>
41    <tr>
42<th>ENC_BR_CR</th>
43<td>Standardize carriage return code to CR.</td>
44    </tr>
45    <tr>
46<th>ENC_BR_LF</th>
47<td>Standardize carriage return code to LF.</td>
48    </tr>
49  </tbody>
50</table>
51</div>
52
53<h2>See Also</h2>
54<p class="reference">
55  <a href="../Conversion/ENCSetBreakType.html">ENCSetBreakType</a>
56</p>
57
58<h2>Revision History</h2>
59<p>
602006/10/19 Initial version.<br>
61</p>
62
63<hr><p>CONFIDENTIAL</p></body>
64</html>