Qt:将 QString 从 utf16 转换为 utf8

Qt: Convertion of a QString from utf16 to utf8

我正在尝试使用 Qt 将一些数据从以 utf16 编码的 txt 文件获取转换为 utf8。有人可以帮忙吗? 提前谢谢你。

QStringimport from UTF-16 and export to UTF-8, and vice versa of course, and many others. The QByteArray objects used for input/output of these methods are best handled by using QFile.

提供方法

你应该能从那里找到路;如果您在使用此工具时遇到其他问题,您应该提供 Minimal, Complete, and Verifiable example 以获得适当的帮助。