bug report: 'äöü' are wrong
Petro
Posts: 16
hi all
first of all, this tool is really good .... but i have a big problem with SQL Multiscript. It can not handle 'äöü' (a with two dots) :evil:
Can i make a speciall setting? If not, when will this bug be fixed. Because till this problem is fixed, it is risky for us to use SQL Multiscript! :?
We already have 5 Licences
Thanks for answer
petro
first of all, this tool is really good .... but i have a big problem with SQL Multiscript. It can not handle 'äöü' (a with two dots) :evil:
Can i make a speciall setting? If not, when will this bug be fixed. Because till this problem is fixed, it is risky for us to use SQL Multiscript! :?
We already have 5 Licences
Thanks for answer
petro
Comments
There are some known issues with SQL Multiscript and script text encoding.
In what way are you not seeing Multi Script handle those characters?
Daniel
in a script we have a insert like ....
insert into XXX( TEXT_STR )
select 'Einfache Auswertungen übernehmen'
after SQL-Mulitscript read it, it's changed to....
insert into XXX( TEXT_STR )
select 'Einfache Auswertungen �bernehmen'
if we can't handle this, it will be a big problem for us.
thanks for answer
petro
Sql Multi Script loads all text files as if they were UTF8 encoded. Unfortunately this causing the problem you are seeing. We are hoping to address this in a future release of SQL Multi Script.
You can work around this issue by saving your scripts as a UTF8 encoded text file rather than an ANSI encoded file.
Regards,
Daniel
Thanks for your answer. We did not decide if we go the workaround, because this is a quite big change for us.
We hope the new release can read ansi and we hope it comes soon.
Thanks
petro