<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="description" content="@("Du lịch chữa bệnh ở Thái Lan là hình thức du lịch đẳng cấp kết hợp du lịch, spa và chữa bệnh")" />
why would it put out wrong unicode string
<meta name="description" content="Du lịch chữa bệnh ở Thái Lan là hình thức du lịch đẳng cấp kết hợp du lịch, spa và chữa bệnh" />
I've tried new HtmlString("Du lịch...") or Html.Raw("Du...") and no luck so far
What's wrong with that ? please give an advice. I'm using asp.net mvc 5.0
Without @, it works fine, just as expected !
Other thread has the same result but no answer, Disable encoding of unicode characters in ASP.NET-MVC3