In my database there is a field which type is of type "varchar" and it cannot save my alphabet, so the value is for example - "|^є^Ѓ¦`ѓЇ ^єЋ^", and I want to convert it to unicode when I retrieve the data. How canI do that? Is it possible in JavaScript? or vb.net?
IMPORTANT: I do not have access to change the column type in the database.