The problem with displaying non-ASCII characters on Azure server

doğucan kip 1 Reputation point
2020-06-18T11:18:22.043+00:00

10343-capture.png

The non-ASCII characters in the razor view of my .NET-based application running on Azure server cannot be displayed as shown in the illustration. I don't have that problem on my local server.

<meta charset="utf-8"/>  

set the charset property of the meta tag to utf-8

Do I need to make changes to the settings of the Azure service where my application is running to resolve this issue.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,691 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.