shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
846 stars 63 forks source link

Can't use non latin encoding in windows #24

Closed bondspb closed 5 years ago

bondspb commented 5 years ago

Hi, nice tool, thx I need local encoding but echo Мир |rush "echo Привет " {}

output ������ ???

shenwei356 commented 5 years ago

You can google with key words windows 7/10 cmd utf8.

Excecuting chcp 65001 works for me.