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
Linux GCC operates with 4 byte wchar_t instead of 2. This cause invalid parsing and conversion of bootkey. Besides that characters displayed with it are unreadable.
To Reproduce
Steps to reproduce the behavior:
Compile on linux with clang or gcc
Run the binary
Expected behavior
Properly displayed characters, valid bootkey parsing and conversion.
The text was updated successfully, but these errors were encountered:
Description
Linux GCC operates with 4 byte wchar_t instead of 2. This cause invalid parsing and conversion of bootkey. Besides that characters displayed with it are unreadable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Properly displayed characters, valid bootkey parsing and conversion.
The text was updated successfully, but these errors were encountered: