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

dmenv run does not handle non-ascii chars on Windows #45

Closed
dmerejkowsky opened this issue Jan 8, 2019 · 0 comments
Closed

dmenv run does not handle non-ascii chars on Windows #45

dmerejkowsky opened this issue Jan 8, 2019 · 0 comments

Comments

@dmerejkowsky
Copy link
Owner

We use libc::execv directly because it's simple and works on Unix, but it's hard to make it work properly with non-ASCII chars.

Here's the plan:

Note: exec-rs sadly can't be used, because it uses libc::execv as well :/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant