On Tue, Apr 18, 2023 at 09:40:11AM -0400, selva.n...@gmail.com wrote:
> From: Selva Nair
>
> - We assume that all text passed to the management interface
> and written to log file are in Unicode (UTF-8). This is broken by
> the use of the ANSI version of FormatMessage() for Windows error
>
From: Selva Nair
- We assume that all text passed to the management interface
and written to log file are in Unicode (UTF-8). This is broken by
the use of the ANSI version of FormatMessage() for Windows error
messages. Fix by using FormatMessageW() and converting the UTF-16
result to UTF-