0

I use echo() function for output text to stdout. But instead of the cyrillic characters are displayed incorrect characters. How to fix it?

Interloper
  • 790
  • 7
  • 20

1 Answers1

4

I found a solution. It should run the script with command line parameters:

--output-encoding=cp866
Interloper
  • 790
  • 7
  • 20