I'm using some special characters and they aren't displayed correctly, I don't know why!
I defined it like this :
var grade_value = 'Wešto izšamešđu';
and later I do this:
$('.list').append(
"<p class='txt'>"+ grade_value + "</p>"
);
This looks like this: Picture
What could be the problem, here I can't encode using utf-8 or anything like that?