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

BUG: non-English characters displayed incorrectly

Hi, i've a problem with this product.

Scripts of found objects with non-English characters in the text displayed incorrectly.

Thanks.
Evgen_S
0

Comments

3 comments

  • David Atkinson
    Thanks. Is there any chance of pasting the characters in the forum thread so when we fix it we can make sure that it works in your case?

    Kind regards!

    David
    David Atkinson
    0
  • Evgen_S
    incorrect:

    IF db_id(@ÈìÿÃÄ) is null
    begin
    raiserror('Óêàçàííàÿ ÃÄ íå íàéäåíà.',16,1);
    end;

    correct:

    IF db_id(@И;мяБД) is null
    begin
    raiserror('Указанная БД не найдена.',16,1);
    end;
    Evgen_S
    0
  • David Atkinson
    Thanks!

    For your reference, this bug report is logged under SDI-136.

    We'll let you know when we've fixed it.

    Regards,

    David
    David Atkinson
    0

Add comment

Please sign in to leave a comment.