Question marks instead of Hebrew characters
I'm using MVC 6 for Hebrew site. In the model classes I was insert display name for the properties. But when I run the site I get the display name as question marks.
I was checked my encoded and it set to UTF-8 than I try this on MVC 5 project and it worked as expected.
For Example:
public partial class Drivers
{
[Display(Name = "מזהה")]
public int ID { get; set; }
}
And in My site it look like that: ����