Re: Client charset in lowercase
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4d7z8iOx1MsOseWoJ54mbRW=obE_S=NTEW0vvOs+uXRgg@mail.gmail.com> |
2016-07-12 9:29 GMT+01:00 LacaK <[email protected]>: > Hi *, > > now I found, that when I specify client charset as 'utf-8' and not as > 'UTF-8' I get error in log: > > iconv.c:348:preparing iconv for "utf-8" <-> "UCS-2LE" conversion > iconv.c:423:tds_iconv_info_init: client charset name "-1" invalid > > I am using "dblib" and I set charset using setlname() > > Is it expected, documented ? > > Thanks > > -Laco. > No, the set of character sets is not documented. Would not be hard to change the comparison. Frediano