1

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

ElSajko
  • 1,612
  • 3
  • 17
  • 37
  • Perhaps [this question and answers](http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using) are of use? – robertklep May 11 '16 at 17:16
  • @robertklep unfortunatelly not, I use Powershell ISE, which is able to display utf8 characters as default. – ElSajko May 11 '16 at 17:18

0 Answers0