On Jun 26, 2012, at 11:08 , d34th4ck3r wrote:
> What is it that I am doing wrong?
Protocol buffers are a *binary* format. Those funny characters at the end of
the string are probably part of the message, and you should leave them there.
You also should not be passing them around as strings. They need to be passed
as bytes. If you need to call getBytes("UTF-8") you are doing something wrong.
Good luck,
Evan
--
http://evanjones.ca/
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.