> From [EMAIL PROTECTED] Thu Aug 22 22:34:13 2002 > From: Ian Collins <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: LPRng: Vertical tab in ifhp filter printouts > Date: Fri, 23 Aug 2002 16:39:15 +1200 > > Hi, > What would you expect to see if you print a file (using ifhp filter) that > contains a vertical tab (VT - ascii 11) ? > > Example, > If I print a file containing, > > 1 > 2 > 3 > ^K (where this is ascii 11) > 4 > 5 > 6 > > Then nothing is printed. If I take out the ^K, then it is printed. > If I do the same using the lpf filter, then the vertical tab is printed. > > It's easy enough to overcome - we can tr '\013' ' ' prior to printing, but > I'd like to understand why it isn't being printed at all. > What am I missing? > > Regards, > Ian Collins.
What operating system? What version of ifhp? What is the configuration/printcap entry? Go to the ifhp source directory, .../ifup-VERSION/UTILS/sendhp.sh cp .../ifup-VERSION/UTILS/sendhp.sh /tmp/sendhp Edit /tmp/sendhp, setting the file, etc., values to what correspnds to your system. Run the script, and look at /tmp/out and /tmp/log This will tell you what has happened on your system. Patrick ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
