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/30 Peter C. Norton <[email protected]> > On Tue, Sep 28, 2010 at 04:08:17PM +0200, Frediano Ziglio wrote: > > > 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. > > > > > > > > It works !! (at least using an emulated MIPS machine...) > > > > freddy77 > > This is the fix, right? > > > http://freetds.cvs.sourceforge.net/viewvc/freetds/freetds/src/replacements/iconv.c?r1=1.19&r2=1.20 > > To get this fix, do I need to build without the gnu libiconv? > > Thanks, > > -Peter > > No, this update add support for UTF16 in our replacement iconv. It's required if you don't use libiconv for the fix at http://freetds.cvs.sourceforge.net/viewvc/freetds/freetds/src/tds/token.c?r1=1.388&r2=1.389 snapshot at http://ibiblio.org/pub/Linux/ALPHA/freetds/current/ contains the fix. freddy77