Closed GoogleCodeExporter closed 8 years ago
Sorry not decreased by 0x80 but expression: val = Short.parseShort( split[i] );
if( val > 0x7f ) val = 0x7f - val; data[i] = (byte) val;
Original comment by radek.se...@gmail.com
on 29 Nov 2013 at 3:10
@Radek,
I'm still trying to wrap my head around this.
What does "x80" currently translate to? (It doesn't error for me).
I'm a bit confused by this but I see after reading how Java handles bytes (as
signed) is why this occurs. Any more insight would be greatly appreciated. I
see it as more of a problem with "xFF", since that prevents "11111111" from
ever being represented (right?) -Tres
-Tres
Original comment by tres.fin...@gmail.com
on 30 Nov 2013 at 5:25
x80 is currently translated into various characters depenedent on your extended
ASCII setting (for example http://en.wikipedia.org/wiki/Windows-1250), please
believe me every character starting x80 ending xff is important, so please test
everyone. If any fails there is BIG problem .. I had to use .append64()
function and the code after is functioning but not easy readable.
You can also send command to your printer, set line spacing to x80 dots ..
another example.
Original comment by radek.se...@gmail.com
on 22 Jan 2014 at 5:23
@Radek,
This is a major bug that we need to address.
I'm not sure how best to fix it. It wasn't until your post that I realized how
sever of an issue this is.
If you have a recommendation on how to resolve this, please post it here. If
not, I plan on having our new developer address this as part of our 2.0.0
release in February.
-Tres
Original comment by tres.fin...@gmail.com
on 22 Jan 2014 at 9:46
Backported to 1.8.2 and closed. Please note: The download for the free version
hasn't been added to the qz site. If you need this feature now, please compile
from source using these instructions:
https://github.com/qzindustries/qz-print/wiki/Compile-qz-print
Original comment by tres.fin...@gmail.com
on 24 Apr 2014 at 12:44
Original issue reported on code.google.com by
radek.se...@gmail.com
on 29 Nov 2013 at 3:08