I have a specific russian character that does not get shown correctly on my website..
The website consists of MVC 5.2.3.0 on ASP.NET version 4.5.2. The issue happens both on test server and on local iis express.. BUT This issue only happens when "debug" is set to false or removed in web.config.
the problem is that the capital "P" in russian gets transformed into a "?". Only that character. The rest is fine.
If i insert "Расширенный поиск" in any cshtml file and get the page shown in a browser it looks like: "� асширенный поиск".
If I get the same text through ajax call(non razor) and insert it in the page, it looks fine.
Anyone knowing why and how to fix it ?