Re: [protobuf] Multibye character in protobuf getting corrupted while serializing and serializing.

2015-03-10 Thread Nishant Verma
Thanks Ilia Mirkin, What I gave is just a part of message, the files generated are sometimes more than 4 MB in size. And this issue is spread across the fields. How to identify when and where apply the Unicode conversion will become issue. Regards, Nishant On Monday, March 9, 2015 at 4:36:53

[protobuf] Multibye character in protobuf getting corrupted while serializing and serializing.

2015-03-09 Thread Nishant Verma
There is a multibyte character in one of the string field of the Protobuf messages. When I am serializing or de-serilizig characters are getting corrupted. Please advise solution. Corrupted message: analyst { analystNumber: 29003798 analystLastName: Azconegui analystFirstName:

Re: [protobuf] Multibye character in protobuf getting corrupted while serializing and serializing.

2015-03-09 Thread Ilia Mirkin
On Mon, Mar 9, 2015 at 4:19 PM, Nishant Verma nishantma...@gmail.com wrote: There is a multibyte character in one of the string field of the Protobuf messages. When I am serializing or de-serilizig characters are getting corrupted. Please advise solution. Corrupted message: analyst {

Re: [protobuf] Multibye character in protobuf getting corrupted while serializing and serializing.

2015-03-09 Thread Ilia Mirkin
Perhaps you misunderstood... the two are actually identical. They're just printed differently. I merely provided the steps to demonstrate the fact that they were, in fact, identical. There might be a way to force the text formatter to not escape non-ascii characters (although I don't see that