JeffGarland / liaw2019-process

Repository for initial drafting of boost.process standards paper
MIT License
5 stars 3 forks source link

wchar_t #12

Closed klemens-morgenstern closed 5 years ago

klemens-morgenstern commented 5 years ago

A bit ignored, but important: windows uses wchar_t for most things. This should be supported; I think going for generic string types in the paper to have clear conversion rules is the way to go.

I think we can add this later, so that for not std::string is fine. Just something to remember.

JeffGarland commented 5 years ago

So if I'm not mistaken much of this is now resolved?

klemens-morgenstern commented 5 years ago

Yes, I just opted for using fs::path on named pipes and have it hidden for environment. Should ndo the trick.