While working with this, I realized that e.g. umlauts don't work. (In my case Windows 7)
Based on my research, it would seem that *nix platforms support UTF-8 encoded strings via char* by default?
Anyway, I've already fixed it in my project by converting to UTF-16 directly before making the Windows API calls, so I could submit a PR if you're interested.
While working with this, I realized that e.g. umlauts don't work. (In my case Windows 7)
Based on my research, it would seem that *nix platforms support UTF-8 encoded strings via
char*by default?Anyway, I've already fixed it in my project by converting to UTF-16 directly before making the Windows API calls, so I could submit a PR if you're interested.