While some posts in this topic are more current, this topic was posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, October 25, 2010 1:41:38 AM(UTC)
Groups: Registered
Posts: 2
Hi Everyone,
I Created a Barcode for Arabic Content.
But When I try to read the BarCode of the Same i get "??????" as ouput .
Can some one help on how to retrieve the arabic data back!!!
Thanks & Regards,
SaratChand
#2
Posted
:
Monday, October 25, 2010 4:30:49 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Sarat,
The barcode engine takes data as byte array. The demo uses ASCII converter which does not take into account Unicode strings. Try to use another Unicode converter to convert the Arabic string to byte array and pass it to the Barcode write function. Then also use the inverse operation to convert the Barcode read result from byte array to Arabic string.
#3
Posted
:
Wednesday, October 11, 2017 3:17:24 AM(UTC)
Groups: Registered
Posts: 1
Hi Adam, as it has been long time, I just wanted to confirm is there any better update in this regard?
#4
Posted
:
Thursday, October 12, 2017 2:03:57 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 89
Was thanked: 4 time(s) in 4 post(s)
Hi Translationco,
The method that is used in the above mentioned posts is still a viable solution for transitioning the Arabic string.
Please visit the link below from our LEADTOOLS Online Documentation to see more details about the BarcodeReader class.
BarcodeReader ClassChris Thompson
Developer Support Engineer
LEAD Technologies, Inc.
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.