
Notes The result of various settings for these parameters is 
shown in table below, in terms of the equivalent code 
passed to the PCL line termination command 
(
<ESC>&k#G
). The second setting (lfiscrlf on, criscrlf 
off) is correct for most ASCII listings printed from 
UNIX machines. PC listings should usually be done 
with both items set to off, and Macintosh listings 
usually require the third setting (lfiscrlf off, criscrlf o n). 
The following table shows the criscrlf/lfiscrlf 
commands and the corresponding PCL Line 
Termination command parameters.
LFISCRLF CRISCRLFPCL Code Comments
Off Off 0 CR→CR,LF→LF,FF→FF
On Off 2 CR→CR,LF→CR-LF,FF→CR-FF
Off On 1 CR→CR-LF,LF→LF,FF→FF
On On 3 CR→CR-LF,LF→CR-LF,FF→CR-FF
Syntax %%IncludeFeature:lfiscrlf 
(value)Purpose Controls the default line termination mode (the 
<ESC>&k#G
command); specifies the line termination treatment of a linefeed.
Variable value
Purpose Specifies whether a linefeed is treated simply as a 
linefeed or as a carriage return-linefeed combination.
Range Off/false—Treats linefeed as a linefeed.
On/true—Treats linefeed as carriage return-linefeed 
combination.
Default Printer configuration dependent