我需要打印ASCII扩展的字符部分,即:
char p = 219; // a rectangle printf("%c\n", p);
但是,在shell中它没有显示正确的字符..我该怎么做才能看到矩形?
谢谢
c ubuntu ascii
ascii ×1
c ×1
ubuntu ×1