Hi!
I want get some information from SQL database.
For this I use function CAPI.exec() . Response contains Cyrillic characters in one column. The type of this column in database is nvarchar(248).
I bring the value of this column to the web form, using function Web.EscapeHTML( ). But in browser Russian characters displayed incorrectly.
What did I do wrong ?