Re: Endian

2009-08-14 Thread Kenton Varda
The encoding documentation: http://code.google.com/apis/protocolbuffers/docs/encoding.html specifies that fixed-width numbers are encoded in little-endian order. However, you only have to know that if you are writing a protobuf parse

Re: Endian

2009-08-14 Thread Henner Zeller
On Fri, Aug 14, 2009 at 8:28 AM, DaveP wrote: > > I quickly reviewed the documentation and the faq and found no > reference to the protocol demanding big endian or little endian or > associated byte order conversion.  Does the protocol require one or > the other?  Alternately, does the compiled ha