Qt控制键中打印特殊字符

一、特殊字符在哪里
右键输入法->符号大全
image
二、显示特殊字符
1)查找特殊字符对应的进制编码,两个网站都可以
https://www.qqxiuzi.cn/bianma/erjinzhi.php
image
http://www.kreativekorp.com/charset/whatis/?q=©
image
image
2)程序内显示

 copyright=QString("%1   %2   %3  %4").arg("Copyright").arg(QString::fromUtf8("\xC2\xA9")).arg("XXXXXXXX有限公司").arg("All Rights Reserved.");

相关资料:
https://blog.csdn.net/zhaitianbao/article/details/126778219
https://blog.csdn.net/weixin_52764460/article/details/119115963

posted @ 2023-09-18 14:31  sgggr  阅读(253)  评论(0编辑  收藏  举报