LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Convert Encoding of Recognized BarcodeData
#1
Posted
:
Wednesday, September 19, 2018 4:22:20 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 63
Thanks: 2 times
Was thanked: 4 time(s) in 4 post(s)
Attached is a project that uses our .NET Core Barcode libraries to recognize and display the encoded data within barcodes. Occasionally, some barcodes may be encoded in different formats such as ISO-8859-1, rather than contain only ASCII characters.
For example, the link below contains a Datamatrix barcode with ISO-8859-1 / Latin1 encoding. When recognized using our libraries, the default BarcodeData.Value() method displays the data incorrectly using special characters. By using the .NET frameworks "Encoding" class, you can convert the recognized data into another encoding type and display the values correctly.
Before/After conversion results:"L?hmung" -> "Lähmung"
"Schlo?str" -> "Schloßstr"
Datamatrix BarcodeJoe Zhan
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Convert Encoding of Recognized BarcodeData
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.