LF (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 14: Line 14:
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.
Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


==References==
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


[[Category:JANUS DEFINE parameters|LF]]
[[Category:JANUS DEFINE parameters|LF]]

Revision as of 23:01, 29 February 2012

<section begin="desc" />Separate returned web lines by line-feed character<section end="desc" />

LF is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter indicates that lines of text data sent to a browser should be separated by the ASCII line feed character (X'0A').

The LF parameter is mutually exclusive with the CR and CRLF parameters.

While most browsers will correctly display text data whether the line separator is CR, LF or CR/LF, other non-browser applications might not process one or the other correctly. If text data is being saved from the browser and is not being correctly processed by another application (either appearing as one big line or with non-displayable characters at the end of each line), then experimenting with the CR, LF, and CRLF parameters might prove helpful. The default setting for CR, LF, or CRLF is CR.

The JANUS DEFINE setting for CR, LF, or CRLF can be overridden by the corresponding parameter setting on a JANUS WEB ON rule or by a $Web_ProcSend parameter.

Valid only for WEBSERV ports.

See also