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
Original issue reported on code.google.com by
tres.fin...@gmail.com
on 6 Nov 2008 at 7:45