update mutf8
This commit is contained in:
@@ -22,9 +22,9 @@ std::string UTF32ToUTF8(std::u32string_view utf32);
|
||||
|
||||
std::u16string UTF32ToUTF16(std::u32string_view utf32);
|
||||
|
||||
std::string UTF16ToMUTF8(std::u16string_view utf16);
|
||||
std::string UTF16ToModifiedUTF8(std::u16string_view utf16);
|
||||
|
||||
std::u16string MUTF8ToUTF16(std::string_view mutf8);
|
||||
std::u16string ModifiedUTF8ToUTF16(std::string_view mutf8);
|
||||
|
||||
// for windows, they are not implemented on linux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user