MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / asUTF8

Method asUTF8

src/Engine/LocalizedText.cpp:72–75  ·  view source on GitHub ↗

* Return the UTF-8 representation of this string. * @return A UTF-8 string. */

Source from the content-addressed store, hash-verified

70 * @return A UTF-8 string.
71 */
72std::string LocalizedText::asUTF8() const
73{
74 return Language::wstrToUtf8(_text);
75}
76
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected