The50
The50

Reputation: 1178

FreeTDS with UTF-8 doesn't return UTF-8 symbols

I am making a MSSQL query using FreeTDS. The problem is that I don't get any special UTF-8 symbols. I am using an PHP application and I have odbc.ini files with the following configuration:

[test]

host = server.com

port = xxxxx

tds version = 7.4

client charset = WINDOWS-1257

I also tried client charset UTF-8. but it didn't helped. What could be the problem?

Upvotes: 1

Views: 981

Answers (1)

The50
The50

Reputation: 1178

Changing the version to 7.2 solved the problem.

Upvotes: 1

Related Questions