I have an MVC3 razor page that does not seem to display the Spanish characters it needs. It replaces characters with character. So what will gustarรญa be gustar ??
Lines are also displayed using the @ html.raw () helper, but removing this also does not fix the problem.
Originally in my layout I had
<meta charset="utf-8" />
But when I changed it to utf-16, this did not fix the problem.
Am I missing something simple?
source share