Re: Connection probleme from HP-UX with BIG-5 Charset
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Geoffrey KRETZ wrote: > iconv.c:78:Using trivial iconv As Frediano said, you need to link to a real iconv library. You evidently used the --disable-libiconv configure option. > iconv.c:365:setting up conversions for client charset "hkbig5" > iconv.c:367:preparing iconv for "hkbig5" <-> "UCS-2LE" conversion > iconv.c:439:tds_iconv_info_init: client charset name "" unrecognized If you want to use GNU iconv and "hkbig5" is the name that HP/UX uses, that name needs to be added to src/tds/alternative_character_sets.h as an alias for what GNU iconv calls "BIG-5". You'll also have to regenerate encodings.h by re-running encodings.pl. HTH. --jkl