把QString写到文件中可以用toutf8()函数
Posted confusion
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了把QString写到文件中可以用toutf8()函数相关的知识,希望对你有一定的参考价值。
把QString写到文件中可以用toutf8()函数
QByteArray QString::toUtf8() const
Returns a UTF-8 representation of the string as a QByteArray.
UTF-8 is a Unicode codec and can represent all characters in a Unicode string like QString.
以上是关于把QString写到文件中可以用toutf8()函数的主要内容,如果未能解决你的问题,请参考以下文章
Qt中,把UTF-8的QString,转换成GBK的char[],怎么做?
未定义符号:_ZN7QString13toUtf8_helperERKS_ 在运行时