- From: J.D. Cole <jd_in_japan@hotmail.com>
- Date: Mon, 4 Sep 2000 13:14:14 -0400 (EDT)
- To: www-lib@w3.org
Could someone define the following for me: (I understand that CR and LF are carrige return and line feed, respectively.) Thanks. typedef enum _HTEOLState { EOL_ERR = -1, EOL_BEGIN = 0, EOL_FCR, EOL_FLF, EOL_DOT, EOL_SCR, EOL_SLF, /* intermediate states */ EOL_END, EOL_FOLD, EOL_LINE } HTEOLState; _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
Received on Monday, 4 September 2000 13:14:53 UTC