BUG: non-English characters displayed incorrectly
Evgen_S
Posts: 3
Hi, i've a problem with this product.
Scripts of found objects with non-English characters in the text displayed incorrectly.
Thanks.
Scripts of found objects with non-English characters in the text displayed incorrectly.
Thanks.
Comments
Kind regards!
David
Product Manager
Redgate Software
IF db_id(@ÈìÿÃÄ) is null
begin
raiserror('Óêà çà ÃÃà ÿ ÃÄ ÃÃ¥ Ãà éäåÃà .',16,1);
end;
correct:
IF db_id(@И;мяБД) is null
begin
raiserror('Указанная БД не найдена.',16,1);
end;
For your reference, this bug report is logged under SDI-136.
We'll let you know when we've fixed it.
Regards,
David
Product Manager
Redgate Software