Updates:
        Status: WorkingAsIntended

Comment #1 on issue 414 by [email protected]: Unexpected behavior of ByteString.toString(charsetName) and ByteString.copyFrom(text, charsetName)
http://code.google.com/p/protobuf/issues/detail?id=414

The toString() simply construct a Java String using the encoding. It will replace the invalid byte into ?, which is not controlled by protobuf library.

--
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.

Reply via email to