Struggling with handling Cyrillic characters in my current project. Utilizing .Net Core 2 along with Angular 4.2.5 I've noticed that displaying a string in the templates using {{ someCyrillicString }}
works fine. However, encountering issues when trying to pass a Cyrillic string to a function or even attempting to console.log("тест");
, resulting in . Interestingly, running the same code in a .Net Core 2 project without Angular runs smoothly without any problems. Despite my attempts to find a solution, I have been unsuccessful thus far.