Changeset 1698

Show
Ignore:
Timestamp:
09/02/04 23:22:49 (20 years ago)
Author:
jalet
Message:

One more PCL tag

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/pdlanalyzer.py

    r1690 r1698  
    2222# 
    2323# $Log$ 
     24# Revision 1.37  2004/09/02 21:22:49  jalet 
     25# One more PCL tag 
     26# 
    2427# Revision 1.36  2004/09/01 22:31:49  jalet 
    2528# Some more work on ESC/P2 analyzer to avoid missing \r\n sequences. Not 
     
    315318                     "&l" : "XH", 
    316319                     "&a" : "G", 
     320                     "*g" : "W", 
    317321                     # "*b" : "VW", # treated specially because it occurs very often 
    318322                   }   
     
    343347                    #     <ESC>&p###X -> Start of a non printable characters block 
    344348                    #     <ESC>&a2G -> Back side when duplex mode as generated by rastertohp 
     349                    #     <ESC>*g###W -> Needed for planes in PCL3 output 
    345350                    #     <ESC>&l0H -> Eject if NumPlanes > 1, as generated by rastertohp 
    346351                    #