× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Grizzly,

I couldn't figure out what &%1B266C33303055&% and &%1B266C30303055&%
> translated to.


It would appear this code was running through an interface which used
&%...&% as a method of embedding nonprintable characters in the output and
passing them through translating the hex representation to the desired bytes
but otherwise not performing EBCDIC to ASCII conversions, etc.  These
commands will get translated to:

  &%1B266C33303055&% = <esc>&l300U = Set left edge offset registration to
300 decipoints (or 300/720 inch or .41667" from left edge of paper)

  &%1B266C30303055&% = <esc>&l000U = Set left edge offset registration to 0
decipoints

  &%1B45&% = <esc>E = printer reset  (return printer to all default values,
eject page if any print data buffered)

It would appear here that they were trying to make the printing between the
&%1B266C33303055&% and &%1B266C30303055&% sequences get indented by about
3/8" because the various "offset registration" commands shift the position
of the logical page on the paper in 1/720" increments.

Doug

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.