mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Merge pull request #2597 from dmitryDemchenko/master
fix for freetds UTF-8 corruption
This commit is contained in:
commit
9de2ca4568
1 changed files with 1 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ init_mssql(Host) ->
|
|||
FreeTDS = io_lib:fwrite("[~s]~n"
|
||||
"\thost = ~s~n"
|
||||
"\tport = ~p~n"
|
||||
"\tclient charset = UTF-8~n"
|
||||
"\ttds version = 7.1~n",
|
||||
[Host, Server, Port]),
|
||||
ODBCINST = io_lib:fwrite("[freetds]~n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue