Skip to Content.
Sympa Menu

freetds - Re: [freetds] ClientCharset issues on HP/UX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <james.k.lowden AT icloud.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] ClientCharset issues on HP/UX
  • Date: Tue, 1 Dec 2020 14:00:20 -0500

On Tue, 1 Dec 2020 17:53:13 +0100
Sebastien FLAESCH <sf AT 4js.com> wrote:

> iconv.c:365:tds_iconv_open(6000000000170750, UTF-8)
> iconv.c:355:Using trivial iconv
...
> iconv.c:389:preparing iconv for "UTF-8" <-> "UCS-2LE" conversion
> iconv.c:428:tds_iconv_open: done
> iconv.c:825:setting server single-byte charset to "CP1252"
> iconv.c:476:Charset 48 not supported by iconv, using "ISO-8859-1"
> instead
>
> Check last line... I guess this is the reason, but why?

Because of the 2nd line. You're using the built-in iconv, not a full
iconv library.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page