Changeset 1698
- Timestamp:
- 09/02/04 23:22:49 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/pdlanalyzer.py
r1690 r1698 22 22 # 23 23 # $Log$ 24 # Revision 1.37 2004/09/02 21:22:49 jalet 25 # One more PCL tag 26 # 24 27 # Revision 1.36 2004/09/01 22:31:49 jalet 25 28 # Some more work on ESC/P2 analyzer to avoid missing \r\n sequences. Not … … 315 318 "&l" : "XH", 316 319 "&a" : "G", 320 "*g" : "W", 317 321 # "*b" : "VW", # treated specially because it occurs very often 318 322 } … … 343 347 # <ESC>&p###X -> Start of a non printable characters block 344 348 # <ESC>&a2G -> Back side when duplex mode as generated by rastertohp 349 # <ESC>*g###W -> Needed for planes in PCL3 output 345 350 # <ESC>&l0H -> Eject if NumPlanes > 1, as generated by rastertohp 346 351 #