* Return the UTF-8 representation of this string. * @return A UTF-8 string. */
| 70 | * @return A UTF-8 string. |
| 71 | */ |
| 72 | std::string LocalizedText::asUTF8() const |
| 73 | { |
| 74 | return Language::wstrToUtf8(_text); |
| 75 | } |
| 76 | |
| 77 | } |
nothing calls this directly
no outgoing calls
no test coverage detected