在控制台中输出Unicode字符

1>    setlocale( LC_ALL, "chs" );               //这是stdio的
2>    std::wcout.imbue(std::locale("chs")); //而这是stl 中的iostream的

你可能感兴趣的:(iostream)