Skip to Content.
Sympa Menu

freetds - [freetds] iconv progress

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] iconv progress
  • Date: Mon, 20 Oct 2003 15:36:56 +0200

Reviewing some iconv points (from TODO file)

- support different column charset under mssql2k
(write functions to append to and search the TDSSOCKET::iconv_info
array)

I'm working on this issue but I have problems with utf8 (see previous
mail with patch)

- borrow GNU's libiconv m4 macro to test/provide EILSEQ
(some iconv implementation do not return EILSEQ, some platforms do
not
define EILSEQ)

I think this was done in libiconv.h

- add test for locale_charset() to configure.in. Use it if available
instead of nl_langinfo, because it implies we're using GNU iconv

We never used nl_langinfo in libTDS ...

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page