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 zx...@googlegroups.com
Hi folks!
I need to get the raw content of a datamatrix code. While result.getText().getBytes() has some UTF-8 quirks adding some control characters, result.getRawBytes() does not decode the datamatrix far enough to get useful results for me. Is there something in the middle I've overseen? What's the correct way of retrieving processed bytes that are unaffected by encoding problems?
Thanks
Max
Max Ried
unread,
Aug 21, 2013, 12:01:57 PM8/21/13
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 zx...@googlegroups.com
Oh, yeah, got it. It's contained in ResultMetadata.