wrong characters in consolemode
Brought to you by:
askgopal
Hi!
SqlDump is a great tool but I found a small bug.
If I make a sqldump with the wizard everything works
fine. But if I try to do the same in a command-window
like this:
sqldump.exe -h localhost -u sa mydb > mydb.dump
Then all swedish characters (едц) get replaced with
some other strange characters.
Logged In: YES
user_id=445780
First of all sorry for replying you so late.
Did you mean, that SqlDump doesn't support Unicode? Yes,
currently SqlDump relies on the LibMssql library which is
based on the DB-Library for C.
Sometime later by next month I would be rewriting LibMssql
to use ODBC which would solve your problem I suppose.