mirror of
https://github.com/cascadium/wsl-windows-toolbar-launcher.git
synced 2026-04-26 13:05:53 +03:00
[PR #17] [MERGED] Added --batch-encoding and --use-batch-newline-crlf #46
Labels
No labels
duplicate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wsl-windows-toolbar-launcher#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cascadium/wsl-windows-toolbar-launcher/pull/17
Author: @suikwasha
Created: 8/9/2020
Status: ✅ Merged
Merged: 8/9/2020
Merged by: @fquinner
Base:
master← Head:add-batch-encoding-option📝 Commits (1)
4d4c746Added --batch-encoding and --use-batch-newline-crlf📊 Changes
1 file changed (+19 additions, -2 deletions)
View changed files
📝
wsl_windows_toolbar.py(+19 -2)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.