Am Mittwoch, 27. M�rz 2002 17:41 schrieben Sie: > On Wed, 27 Mar 2002 [EMAIL PROTECTED] wrote: > > Today I tried some alternate methods... > > > > 1 - dump the printstream to a text file using outputcommand='scs2ascii > > > /tmp/testfile.txt' > > > > The output in the testfile had incorrect column spacing. when I did the > > same with the mfrtypmdl setting, the column spacing was correct but > > control codes were thrown into various places in the text. > > Sounds like a bug in scs2ascii. Could you send me some SCS output that > I could use to reproduce the problem? Just do 'outputcommand=cat - > > /tmp/testfile.scs'? Send the file to me privately, not to the mailing > list.
What version of scs2ascii do you use? There is a better one in the CVS the one that comes with 0.16.3 has a bug in scs_avpp as it does not update the cursor position. (See Sourceforge BUG-Tracker) If you want to so some debuging, scs2ascii writes anything it does to stderr, so outputcommand='scs2ascii 1>/tmp/output$$ 2>/tmp/log$$' should give you some valueable information as well. Max Laier mailto:[EMAIL PROTECTED] _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.
