In my web app, I am sending some strings from the server, and I am using them like this in my JS
var Texts = {
FillAllFieldsError: '@Texts.FillAllFieldsError',
PasswordChangeSuccess: '@Texts.PasswordChangeSuccess'
}
The strings which are coming from the server have some special characters like "Ø,Æ" etc.. They turn up into something with HTML code "forespørsel".
Does anybody know how to solve it? I am using utf-8 encoding