This is a follow-up on D53092, and fixes the test below on non-English locales (below, on a French locale):
[ RUN ] StatusTest.ErrorWin32 F:\llvm-project\lldb\unittests\Utility\StatusTest.cpp(67): error: Expected: "Access is denied. " To be equal to: s.AsCString() Which is: "Acc\xE8s refus\xE9. " F:\llvm-project\lldb\unittests\Utility\StatusTest.cpp(70): error: Expected: "Negotiation timed out " To be equal to: s.AsCString() Which is: "Le d\xE9lai d\x92" "attente a expir\xE9 pour la n\xE9gociation " [ FAILED ] StatusTest.ErrorWin32 (2 ms)