Skip to Content.
Sympa Menu

freetds - Re: [freetds] Cannot send UTF-8 chars to MSSQL 2008

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Fazekas <fdsubs AT t-online.hu>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Cannot send UTF-8 chars to MSSQL 2008
  • Date: Wed, 2 Jun 2010 10:47:17 +0200

On Jun 2, 2010, at 10:15, Niklas Lampén wrote:

> I'm trying to send a string "Найти" (which is Russian, I don't know what it
> means)

Google translate says it means Search. :)

> The string is originally in UTF-8.

Then leave it that way and tell FreeTDS that you use UTF-8:

> [AavaDb2]
> host = *****
> client charset = UCS2

Simply change the client charset line to read UTF-8.

Wide-char encodings like UCS2/UTF-16/UTF-32 are not supported for the client
side.



Archive powered by MHonArc 2.6.24.

Top of Page