update mutf8

This commit is contained in:
2024-05-17 23:11:22 +08:00
parent 418f365d43
commit 27fb4b09ec
2 changed files with 5 additions and 5 deletions

View File

@@ -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