I have 'utf8 without bom' script file that produce some output to console. For simplicity lets say it goes like this:
console.log("biʧ");
the output in windows cmd console or even in Windows Powershell ISE should be obivious:
biʧ
but isn't! output is:
biʧ
Why?
I use notepad++ and Windows Powershell ISE and node 6.x