How can we help you today? How can we help you today?

bug report: 'äöü' are wrong

hi all

first of all, this tool is really good :D .... 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 :cry:

Thanks for answer
petro
Petro
0

Comments

4 comments

  • dlkj
    Hi Petro,

    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
    dlkj
    0
  • Petro
    Hi 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
    Petro
    0
  • dlkj
    Hi 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
    dlkj
    0
  • Petro
    Hi 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
    Petro
    0

Add comment

Please sign in to leave a comment.