Descriptionwin: Use FormatMessage[W]() instead of FormatMessageA() for logging
FormatMessageA() returns a message in the system's native code page,
but the logging interface expects and assumes UTF-8. UTF-8 can be
obtained by calling the UTF-16 FormatMessage() variant and converting.
R=scottmg@chromium.org
Committed: https://chromium.googlesource.com/chromium/mini_chromium/+/06e0fa1309a04bca3d785cc5635840366ba73682
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|