Re: New line characters removal

2009-04-03 Thread Shirish Kulkarni
Thanks for the clarification Kenton Alek. Regards, Shirish On Fri, Apr 3, 2009 at 12:25 AM, Alek Storm alek.st...@gmail.com wrote: I think you're both right. Marc is talking about fields of type 'string' that happen to include newlines, because that's what the user put in them. I'd guess

Re: New line characters removal

2009-04-02 Thread Marc Gravell
Maybe I'm missing the point - but that would change the data? The binary file doesn't include whitespace (etc) except for in strings that are user data. Marc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Protocol

Re: New line characters removal

2009-04-02 Thread Kenton Varda
No, the newlines are part of the binary data. (They aren't really newlines though since the data is not text. They are bytes with the value 10.) Or are you actually talking about the text format? On Thu, Apr 2, 2009 at 3:02 AM, ShirishKul shirish...@gmail.com wrote: In the binary file

Re: New line characters removal

2009-04-02 Thread Alek Storm
I think you're both right. Marc is talking about fields of type 'string' that happen to include newlines, because that's what the user put in them. I'd guess the reason Shirish is seeing newlines all over is because he has a field optional string foo = 1; somewhere, which gets keyed to