Search code examples
shellcommand-linecyrillic

Russian symbols works wrong


In my command line it doesn't show Russian symbols correctly. Scary symbols instead.

I think I should change character set, but how can it be done? Can anyone help me with this problem?


Solution

  • I think this command should help you if you work on Windows:

    chcp 65001
    

    This command changes character set of command line to UTF-8.