![]() |
Sunshine v2026.319.132152
Self-hosted game stream host for Moonlight.
|
Minimal UTF conversion utilities for Windows tools. More...
Functions | |
| std::wstring | utf_utils::from_utf8 (const std::string &string) |
| Convert a UTF-8 string into a UTF-16 wide string. | |
| std::string | utf_utils::to_utf8 (const std::wstring &string) |
| Convert a UTF-16 wide string into a UTF-8 string. | |
Minimal UTF conversion utilities for Windows tools.
| std::wstring utf_utils::from_utf8 | ( | const std::string & | string | ) |
Convert a UTF-8 string into a UTF-16 wide string.
| string | The UTF-8 string. |
| std::string utf_utils::to_utf8 | ( | const std::wstring & | string | ) |
Convert a UTF-16 wide string into a UTF-8 string.
| string | The UTF-16 wide string. |