Skip to Content.
Sympa Menu

freetds - Re: [freetds] Missing ClientCharset parameter description on documentation?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Missing ClientCharset parameter description on documentation?
  • Date: Thu, 4 Jun 2009 10:04:05 +0200

2009/6/4 James K. Lowden <jklowden AT freetds.org>:
...
>
>> I was wondering with the ClientCharset ODBC data source parameter is not
>> described
>
> Right.  Thanks for mentioning it.  It was not in doc/userguide.sgml,
> either.  (Just an example of how the user guide lags behind
> functionality.)  Updated.
>

What about this patch

diff -u -1 -0 -r1.123 userguide.sgml
--- doc/userguide.sgml 4 Jun 2009 03:45:33 -0000 1.123
+++ doc/userguide.sgml 4 Jun 2009 07:31:45 -0000
@@ -1529,23 +1529,24 @@
<entry>The TCP port where the dataserver is listening. </entry>
</row>
<row>
<entry><literal>TDS_Version</></entry>
<entry>Any valid protocol version</entry>
<entry>Depends on the TDS version specified with
<command>configure</></entry>
<entry>TDS protocol version to use (e.g., 5.0, 7.0).</entry>
</row>
<row>
<entry><literal>ClientCharset</></entry>
- <entry>A name recognized by the iconv library linked to
FreeTDS</entry>
- <entry>Taken from the LANG environment variable, maybe?</entry>
- <entry>Character set (encoding) used by the client. </entry>
+ <entry>A name recognized by the iconv library linked to FreeTDS.
+ This correspond to <literal>client charset</> in
<filename>freetds.conf</>.</entry>
+ <entry>ISO8859-1</entry>
+ <entry>Character set (encoding) used by the client.</entry>
</row>
<row>
<entry><literal>APP</></entry>
<entry>Free form text, up to 30 characters. </entry>
<entry>none</entry>
<entry>Application name. Identifies the connecting
application to the server. </entry>
</row>
<row>
<entry><literal>LANGUAGE</></entry>
<entry>Any</entry>

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page