Closed suikwasha closed 4 years ago
Added support for some environments (ex: japanese) In japanese environment, cmd.exe's default codepage is CP932 so bat file should be saved with CP932 and CRLF
I added some optional arguments to specify encoding and newline character
$python3 wsl_windows_toolbar.py --batch-encoding CP932 --use-batch-newline-crlf
Added support for some environments (ex: japanese) In japanese environment, cmd.exe's default codepage is CP932 so bat file should be saved with CP932 and CRLF
I added some optional arguments to specify encoding and newline character