#include <windows.h> void main() { char src[]="Превед",dst[7]; CharToOem(src,dst); printf("%s\n",dst); }