Sep-01-2021, 09:45 AM
Hi,
I am working on an app that reads input into an entrybox, coming from a barcode reader .
I created the barcodes myself, and printed them out.
A typial one would read 'A01-YES' (It clearly shows underneath the bars)
It all works fine except...
In the print that I get, systematically the hyphen changes into "§". It prints 'A01§YES'
I created the barcodes with 'code128'
My IDLE editor is 'unifont'.
Where should i look ?
Paul
I am working on an app that reads input into an entrybox, coming from a barcode reader .
I created the barcodes myself, and printed them out.
A typial one would read 'A01-YES' (It clearly shows underneath the bars)
1 2 3 |
def callback( * _): print (curScan.get()) curScan.trace_add( "write" ,callback) |
In the print that I get, systematically the hyphen changes into "§". It prints 'A01§YES'
I created the barcodes with 'code128'
My IDLE editor is 'unifont'.
Where should i look ?
Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.