You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: