如果我想在Windows上进行以下工作,那么正确的语言环境是什么?如何检测它实际存在: 此代码是通用的,还是仅仅是我的系统?
c++ unicode locale utf-8
我试图?通过将相应的十进制值传递给printf 来打印出来.输出什么都没有.为什么我的代码不起作用?
?
#include <stdio.h> int main() { printf("%lc",536); return 0; }
c unicode printf
unicode ×2
c ×1
c++ ×1
locale ×1
printf ×1
utf-8 ×1