Character transformation

Hi,

We are currently evaluating your product. So far you have the fastest response time and overall, the most accurate reader. There is one problem that I can't resolve.

I have a code39 barcode text value starting with "%%TRG". When I read and then print the barcode codetext I am getting "/E/ETRG". Why are the "%" values not interpreted correctly?

Thanks

Jim Poe

Scottsdale, AZ

Thank you for considering Aspose.

Could you please share your code here? Are you using Code39Standard or Code39Extended barcode?

Thanks,

Hello Jim,

Thank you for your post!
Here’s code text “/E/ETRG” encoded in code39 Standard Format:


Here’s code text “%%TRG” encoded in code39 Extended Format:


And they are identical. given the benefit of doubt, BarCodeReader treated it as standard code39 barcode.

Best regards.