Reputation: 1178
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