|
Guitar
|
#include "unicode_conversion.h"
Functions | |
| std::u16string | convert_utf8_to_utf16 (std::string_view const &s) |
| Converts a UTF-8 string into UTF-16. More... | |
| std::string | convert_utf16_to_utf8 (std::u16string_view const &s) |
| Converts a UTF-16 string into UTF-8. More... | |
| std::string convert_utf16_to_utf8 | ( | std::u16string_view const & | s | ) |
Converts a UTF-16 string into UTF-8.
| s | Source UTF-16 code units. |
| std::u16string convert_utf8_to_utf16 | ( | std::string_view const & | s | ) |
Converts a UTF-8 string into UTF-16.
| s | Source UTF-8 byte sequence. |