-
Notifications
You must be signed in to change notification settings - Fork 453
Open
Labels
WindowsRelated to Windows backendRelated to Windows backendenhancementNew feature or requestNew feature or request
Description
In the last few years more recent builds of Windows 10 have gained better and better support for UTF8. It may be possible to switch to the char based APIs for the Windows backend and switch to linking to UCRT as well. This would, in theory, enable for more code to be reused between the Windows backend and POSIX systems.
If this were to be done, we could probably also switch to using char strings exclusively in the public API of hidapi. I found it strange hidapi even uses wide characters, and I assume it is related to the Windows backend.
Metadata
Metadata
Assignees
Labels
WindowsRelated to Windows backendRelated to Windows backendenhancementNew feature or requestNew feature or request