Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • Ben Boeckel's avatar
    30198dbc
    DynamicLoader: fix error reporting on Windows · 30198dbc
    Ben Boeckel authored
    Windows was reporting errors in `wchar_t` which was not reinterpreted as
    UTF-8 which is expected from kwsys errors. This basically made error
    messages appear as truncated since the UCS-2 byte array had embedded
    byte NUL characters.
    30198dbc
    History
    DynamicLoader: fix error reporting on Windows
    Ben Boeckel authored
    Windows was reporting errors in `wchar_t` which was not reinterpreted as
    UTF-8 which is expected from kwsys errors. This basically made error
    messages appear as truncated since the UCS-2 byte array had embedded
    byte NUL characters.