本文介绍了通过按键显示Unicode字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

按任意键时如何在任何编辑器中显示Unicode字符.基本上,对于不同的按键,它应该显示不同的字符.

how can i display an unicode character in any editor when any key is pressed. basically it should display different characters for different key presses.

推荐答案

#define UNICODE


更确切地说,请参见:
http://www.cplusplus.com/forum/articles/16820/ [ ^ ].

祝你好运,

—SA


More exactly, please see:
http://www.cplusplus.com/forum/articles/16820/[^].

Good luck,

—SA


这篇关于通过按键显示Unicode字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 12:18