i just open a new project in angular 2 with asp.net and I have any issue when I write in Hebrew characters, it looks like it not support when I write any letter in hebrew
that's what I see
when I write this code
<h1>
בדיקה בדיקה
</h1>
i just open a new project in angular 2 with asp.net and I have any issue when I write in Hebrew characters, it looks like it not support when I write any letter in hebrew
that's what I see
when I write this code
<h1>
בדיקה בדיקה
</h1>
Try this solution which worked for me as suggested here
Open all your html, css, js (all client files that relevant to this project) using notepad and save them with utf-8 encoding. Notice that this might change the hebrew text and the content a little. After that you should see hebrew.
I found a solution. in visual studio code choose save as to any html file, then before you press on save button you have option (when you press on the arrow in save button) save with encoding and then change it to utf 8