Re: Solaris/SPARC: SIGBUS in unittests/array_out.c
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2010/9/27 Peter C. Norton <[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 > I just committed a patch. It fixed big/little endian and ucs2 problem too (for uni(var)char). I didn't find a big endian machine to test with but should work. freddy77