Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Support execv with UTF16 arguments on Windows #46

Merged
merged 1 commit into from
Jan 9, 2019

Conversation

tux3
Copy link
Contributor

@tux3 tux3 commented Jan 8, 2019

Would previously fail depending on the current codepage.

Note that on Windows Python2 will happily fail to receive Unicode strings in sys.argv, and Python3 will correctly decode them but of course printing them back to the terminal may show garbage (depending on the current codepage and terminal used).

Fixes #45

@tux3 tux3 force-pushed the windows_utf16 branch 2 times, most recently from 2543d1c to c00f0ae Compare January 8, 2019 18:24
Would previously fail depending on the current codepage.
@dmerejkowsky dmerejkowsky merged commit af5afe0 into dmerejkowsky:master Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants