Coding in Visual C, Windows appears to output text with the 1252 code page.
How do you set the code page to something else, e.g. UTF7, from C code? (e.g. what is the API function call?)
I looked at How to Output Unicode Strings on the Windows Console but it doesn't give an exact answer to my specific question.
Also this answer shows how to display the current code page, but doesn't show how to SET the code page from C.