In our Angular project, although we have defined all the necessary character notations in the related html files, we cannot manage to display some characters that can be displayed in UTF-8 in all of the MVC projects where PrimeNG is not used.
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport">
...
//code omitted for brevity
<head>
Is there any solution to define character encoding globally when using PrimeNG. I have seen this problem with p-table component.