Re: Solaris/SPARC: SIGBUS in unittests/array_out.c
"Peter C. Norton" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 24, 2010 at 11:36:37AM +0200, Frediano Ziglio wrote: > I think this is the reply to > > /* FIXME what happen if client is big endian ?? */ > > (src/tds/token.c) > > Using little endian client encoding is little endian while using big endian > is big endian... it's works for mssql cause mssql always use little endian > but not for Sybase... > > Wow... the second iconv issue in a couple of days :) > > freddy77 Where does this leave supporting wide chars between big-and-little endian systems? To be clear, I don't think we care about this, but I'm curious just in case this rears its head in the future. Thanks, -Peter