<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Staircase problem by printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603795#M34790</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Filter the printing command through 'ux2dos'.&lt;BR /&gt;&lt;BR /&gt;E.</description>
    <pubDate>Tue, 30 Oct 2001 08:28:01 GMT</pubDate>
    <dc:creator>Eugen Cocalea</dc:creator>
    <dc:date>2001-10-30T08:28:01Z</dc:date>
    <item>
      <title>Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603792#M34787</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a problem by printing to a xerox printer. I need a script to translate a&lt;BR /&gt;LF to a CR/LF. Has anyone a script ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Johan den Boer</description>
      <pubDate>Tue, 30 Oct 2001 06:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603792#M34787</guid>
      <dc:creator>Johan den Boer</dc:creator>
      <dc:date>2001-10-30T06:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603793#M34788</link>
      <description>Hi,&lt;BR /&gt;This link may help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x52e0660142b2d5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x52e0660142b2d5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 06:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603793#M34788</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-10-30T06:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603794#M34789</link>
      <description>Hi&lt;BR /&gt;The HP printers have a printer setting to do this translation automatically (add CR to LF). I do not know if the Xerox have, but check the manual to see if it does.&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 30 Oct 2001 07:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603794#M34789</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-10-30T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603795#M34790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Filter the printing command through 'ux2dos'.&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Tue, 30 Oct 2001 08:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603795#M34790</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-10-30T08:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603796#M34791</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Onr very simple solution is to simply filter through awk within your interface file; nothing more than this:&lt;BR /&gt;awk '{printf("%s\r\n",$0)}'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 13:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603796#M34791</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-30T13:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603797#M34792</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;A number of printers have a setting to translate the LF to CR/LF if they sense the print file is an ascii file.  If you don't find that then I believe Eugen's suggestion to use ux2dos is a good one.  Do something like ux2dos file | lp -dprinter&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Tue, 30 Oct 2001 13:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603797#M34792</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-10-30T13:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Staircase problem by printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603798#M34793</link>
      <description>Because "lpr" is a wrapper, usually I just manually add the ux2dos command into the pipe and tell users to use lpr instead of lp when printing text.  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Tue, 30 Oct 2001 19:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/staircase-problem-by-printing/m-p/2603798#M34793</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-10-30T19:06:50Z</dc:date>
    </item>
  </channel>
</rss>

