bugGNU barcode - Bugs: bug #50730, 13-digit ISBN is not supported

 
 

bug #50730: 13-digit ISBN is not supported

Submitter:  None
Submitted:  Wed 05 Apr 2017 09:00:59 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 29 Nov 2017 07:26:17 PM UTC, comment #1: 

did you try ean or ean13?

note ean does not accept embedded hyphens, but isbn does.

some examples:

 %      ./barcode -E -o isbn_10.eps -e isbn -b '0-425-15488-2'
ok
 %     ./barcode -E -o isbn_13.eps -e isbn -b '978-0-7653-4262-1'
./barcode: can't encode "978-0-7653-4262-1"
no good

%     ./barcode -E -o isbn_13.eps -e isbn  -b 9780765342621
./barcode: can't encode "9780765342621"
no good

 %      ./barcode -E -o isbn-as-ean.eps  -e ean -b  '978-0-7653-4262-1'
./barcode: can't encode "978-0-7653-4262-1"
no good

 but this one works
 %     ./barcode -E -o isbn-as-ean.eps  -e ean -b  9780765342621
and the eps file looks like an isbn-10 (aka isbn 13) barcode

aloha

ras



(file #42525)

Anonymous
Wed 05 Apr 2017 09:00:59 AM UTC, original submission:  

When trying to encode an ISBN barcode with 13 digits, an error message appears: "can't encode".

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #42525:  isbn-as-ean.eps added by None (2KiB - application/postscript)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2017-11-29 None Attached File- Added isbn-as-ean.eps, #42525

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code