how can I decode rawBytes to text using Javascript/python/php ?
thanks
Sean Owen
unread,
Feb 5, 2021, 2:02:02 PM2/5/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zxing
You don't want to do that - just call Result.getText(). If you're in other languages, you're not using this library directly already, but, probably want to integrate with methods like getText.
erwin solihin
unread,
Feb 5, 2021, 2:27:21 PM2/5/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zxing
I'm using online decoder https://zxing.org/w/decode.jspx and I'm curious, why it result not hex "61 62 63" or charcode 97,98,99
Sean Owen
unread,
Feb 8, 2021, 9:00:14 PM2/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zxing
The online decoder already provides the text result.
The raw bytes are already hexadecimal. I don't know what you mean.