lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

"Page mode" issue #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Whilst running the printer in page mode, the printer seperates each line
by the LF (Line Feed) command which is \n

2. The printer ignores the CR (Carridge Return) command \r.
When a windows user presses the Enter key, it terminates the line with \n\r.

3. When JZebra script checks and builds the commands, it replaces the \n
with \r.

4. This is what causes the error as the printer ignores the \r command and
can not seperate the lines, it appears to the printer as 1 huge line.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by tres.fin...@gmail.com on 6 Nov 2008 at 7:45

GoogleCodeExporter commented 9 years ago
Added "linefeed" parameter in 1.0.3 pre-release, which allows users to supply 
their
own linefeed characters (\n, \r, etc).

Original comment by tres.fin...@gmail.com on 30 Dec 2008 at 9:46