buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Code93 Invalid Character #37

Open AtomicGamer9523 opened 3 months ago

AtomicGamer9523 commented 3 months ago

It appears that in Code93 you aren't able to encode the ], although the spec says you can.

I found the issue: https://github.com/buntine/barcoders/blob/eb7ce1d59eeecf242b5437f577b7edba763c812d/src/sym/code93.rs#L64-L65

I will be fixing it in https://github.com/buntine/barcoders/pull/36