When I use any characters from utf-8 encoding, I see the following ������ both in console and browser:
console.log("привет");
res.send("привет");
I noticed this for every new nodejs project in Visual Studio. I opened one of my old projects, it works fine there. Can't track the root cause