Re: [protobuf] Trouble sending String representation of GPB from Java to C++

2011-10-06 Thread Jason Hsueh
On Thu, Oct 6, 2011 at 9:49 AM, Jerry wrote: > Simple ( hopefully ) question. I am sending a protocol buffer message > from windows over EMS to a C++ process that is running on linux. The > text payload is generated as follows on my windows system: > > person.toByteString().toStringUtf8(). > Se

[protobuf] Trouble sending String representation of GPB from Java to C++

2011-10-06 Thread Jerry
Simple ( hopefully ) question. I am sending a protocol buffer message from windows over EMS to a C++ process that is running on linux. The text payload is generated as follows on my windows system: person.toByteString().toStringUtf8(). When the c++ side attempts to reanimate my person with the f