MCPcopy Create free account
hub / github.com/Tencent/libpag / ConvertStringEncoding

Function ConvertStringEncoding

exporter/src/utils/StringHelper.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262std::string ConvertStringEncoding(const std::string& str) {
263 return QString::fromStdString(str).toLocal8Bit().toStdString();
264}
265
266std::string Utf16ToUtf8(const char16_t* u16str) {
267 if (u16str == nullptr) {

Callers 1

GetProjectFileBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected